1.8.7.48 1.25.6.48 1.26.5.48 1.27.5.48 1.28.6.48 1.36.7.46 1.41.5.48 1.42.3.48 FLEXCOM_SPI_SLAVE_ERROR Enum
C
/* SPI slave mode */ typedef enum { /* Error status when no error has occurred */ FLEXCOM_SPI_SLAVE_ERROR_NONE, /* Buffer overflow error has occured */ FLEXCOM_SPI_SLAVE_ERROR_BUFOVF = FLEX_SPI_SR_OVRES_Msk, } FLEXCOM_SPI_SLAVE_ERROR;
Summary
Defines the enumeration constants associated with the SPI slave mode errors
Description
This may be used to check the type of error occurred. An error of this type is returned by the FLEXCOMx_SPI_ErrorGet() API.
Remarks
None