Mbed OS Reference
|
Macros | |
#define | SPI_EVENT_ERROR (1 << 1) |
Indicates that some kind of error occurred when starting the transfer. More... | |
#define | SPI_EVENT_COMPLETE (1 << 2) |
Indicates that the transfer completed successfully. More... | |
#define | SPI_EVENT_RX_OVERFLOW (1 << 3) |
Indicates an Rx overflow: the interrupt system or DMA controller was not able to keep up with the flow of bytes from the SPI peripheral and data was lost. More... | |
#define | SPI_EVENT_ALL (SPI_EVENT_ERROR | SPI_EVENT_COMPLETE | SPI_EVENT_RX_OVERFLOW) |
Union of all of the above events. More... | |
#define SPI_EVENT_ERROR (1 << 1) |
#define SPI_EVENT_COMPLETE (1 << 2) |
#define SPI_EVENT_RX_OVERFLOW (1 << 3) |
#define SPI_EVENT_ALL (SPI_EVENT_ERROR | SPI_EVENT_COMPLETE | SPI_EVENT_RX_OVERFLOW) |