1.2.21.50 1.3.25.50 1.4.21.50 1.5.25.50 1.6.22.50 1.7.23.50 1.9.19.50 1.29.23.50 1.30.18.50 1.31.18.50 1.32.26.50 1.33.16.50 1.37.18.50 1.38.21.50 1.39.18.50 1.40.20.50 SPI_SLAVE_ERROR Macros and Typedefs
C
/* SPI slave mode */ /* Error status when no error has occurred */ #define SPI_SLAVE_ERROR_NONE 0U /* Buffer overflow error has occured */ #define SPI_SLAVE_ERROR_BUFOVF SERCOM_SPIS_STATUS_BUFOVF_Msk typedef uint32_t SPI_SLAVE_ERROR;
Summary
Defines the macros and typedef associated with SPI slave mode errors
Description
Defines the macros and typedef associated with SPI slave mode errors. An error of this type is returned by the SERCOMx_SPI_ErrorGet() API.
Remarks
None