AM273x MCU+ SDK  08.06.00

Detailed Description

MIBSPI_Stats data structure is used with SPI_getStats() to get driver statistics.

Data Fields

uint32_t dlenErr
 
uint32_t timeout
 
uint32_t parErr
 
uint32_t desync
 
uint32_t bitErr
 
uint32_t rxOvrnErr
 

Field Documentation

◆ dlenErr

uint32_t MIBSPI_Stats::dlenErr

Number of data length error

◆ timeout

uint32_t MIBSPI_Stats::timeout

Number of timeout

◆ parErr

uint32_t MIBSPI_Stats::parErr

Number of Parity error

◆ desync

uint32_t MIBSPI_Stats::desync

Number of De-synchronization of peripheral device - controller only

◆ bitErr

uint32_t MIBSPI_Stats::bitErr

Number of data mismatch transmit data error - controller only

◆ rxOvrnErr

uint32_t MIBSPI_Stats::rxOvrnErr

Number of RX Overrun Error