Macros | |
#define | SPI_IT_MST LL_SPI_IS_MST |
#define | SPI_IT_RXF LL_SPI_IS_RXF |
#define | SPI_IT_RXO LL_SPI_IS_RXO |
#define | SPI_IT_RXU LL_SPI_IS_RXU |
#define | SPI_IT_TXO LL_SPI_IS_TXO |
#define | SPI_IT_TXE LL_SPI_IS_TXE |
#define SPI_IT_MST LL_SPI_IS_MST |
Multi-Master Contention Interrupt flag
Definition at line 398 of file gr55xx_hal_spi.h.
#define SPI_IT_RXF LL_SPI_IS_RXF |
Receive FIFO Full Interrupt flag
Definition at line 399 of file gr55xx_hal_spi.h.
#define SPI_IT_RXO LL_SPI_IS_RXO |
Receive FIFO Overflow Interrupt flag
Definition at line 400 of file gr55xx_hal_spi.h.
#define SPI_IT_RXU LL_SPI_IS_RXU |
Receive FIFO Underflow Interrupt flag
Definition at line 401 of file gr55xx_hal_spi.h.
#define SPI_IT_TXE LL_SPI_IS_TXE |
Transmit FIFO Empty Interrupt flag
Definition at line 403 of file gr55xx_hal_spi.h.
#define SPI_IT_TXO LL_SPI_IS_TXO |
Transmit FIFO Overflow Interrupt flag
Definition at line 402 of file gr55xx_hal_spi.h.