Interrupt definitions which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions.
More...
Interrupt definitions which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions.
◆ LL_SPI_IM_MST
#define LL_SPI_IM_MST SPI_INT_MASK_MULTI_M_CIM |
Multi-Master Contention Interrupt enable
Definition at line 167 of file ll_spi.h.
◆ LL_SPI_IM_RXF
#define LL_SPI_IM_RXF SPI_INT_MASK_RX_FIFO_FIM |
Receive FIFO Full Interrupt enable
Definition at line 168 of file ll_spi.h.
◆ LL_SPI_IM_RXO
#define LL_SPI_IM_RXO SPI_INT_MASK_RX_FIFO_OIM |
Receive FIFO Overflow Interrupt enable
Definition at line 169 of file ll_spi.h.
◆ LL_SPI_IM_RXU
#define LL_SPI_IM_RXU SPI_INT_MASK_RX_FIFO_UIM |
Receive FIFO Underflow Interrupt enable
Definition at line 170 of file ll_spi.h.
◆ LL_SPI_IM_TXE
#define LL_SPI_IM_TXE SPI_INT_MASK_TX_FIFO_EIM |
Transmit FIFO Empty Interrupt enable
Definition at line 172 of file ll_spi.h.
◆ LL_SPI_IM_TXO
#define LL_SPI_IM_TXO SPI_INT_MASK_TX_FIFO_OIM |
Transmit FIFO Overflow Interrupt enable
Definition at line 171 of file ll_spi.h.
◆ LL_SPI_IS_MST
#define LL_SPI_IS_MST SPI_INT_STAT_MULTI_M_CIS |
Multi-Master Contention Interrupt flag
Definition at line 174 of file ll_spi.h.
◆ LL_SPI_IS_RXF
#define LL_SPI_IS_RXF SPI_INT_STAT_RX_FIFO_FIS |
Receive FIFO Full Interrupt flag
Definition at line 175 of file ll_spi.h.
◆ LL_SPI_IS_RXO
#define LL_SPI_IS_RXO SPI_INT_STAT_RX_FIFO_OIS |
Receive FIFO Overflow Interrupt flag
Definition at line 176 of file ll_spi.h.
◆ LL_SPI_IS_RXU
#define LL_SPI_IS_RXU SPI_INT_STAT_RX_FIFO_UIS |
Receive FIFO Underflow Interrupt flag
Definition at line 177 of file ll_spi.h.
◆ LL_SPI_IS_TXE
#define LL_SPI_IS_TXE SPI_INT_STAT_TX_FIFO_EIS |
Transmit FIFO Empty Interrupt flag
Definition at line 179 of file ll_spi.h.
◆ LL_SPI_IS_TXO
#define LL_SPI_IS_TXO SPI_INT_STAT_TX_FIFO_OIS |
Transmit FIFO Overflow Interrupt flag
Definition at line 178 of file ll_spi.h.
◆ LL_SPI_RIS_MST
#define LL_SPI_RIS_MST SPI_RAW_INT_STAT_MULTI_M_CRIS |
Multi-Master Contention RAW Interrupt flag
Definition at line 181 of file ll_spi.h.
◆ LL_SPI_RIS_RXF
#define LL_SPI_RIS_RXF SPI_RAW_INT_STAT_RX_FIFO_FRIS |
Receive FIFO Full RAW Interrupt flag
Definition at line 182 of file ll_spi.h.
◆ LL_SPI_RIS_RXO
#define LL_SPI_RIS_RXO SPI_RAW_INT_STAT_RX_FIFO_ORIS |
Receive FIFO Overflow RAW Interrupt flag
Definition at line 183 of file ll_spi.h.
◆ LL_SPI_RIS_RXU
#define LL_SPI_RIS_RXU SPI_RAW_INT_STAT_RX_FIFO_URIS |
Receive FIFO Underflow RAW Interrupt flag
Definition at line 184 of file ll_spi.h.
◆ LL_SPI_RIS_TXE
#define LL_SPI_RIS_TXE SPI_RAW_INT_STAT_TX_FIFO_ERIS |
Transmit FIFO Empty RAW Interrupt flag
Definition at line 186 of file ll_spi.h.
◆ LL_SPI_RIS_TXO
#define LL_SPI_RIS_TXO SPI_RAW_INT_STAT_TX_FIFO_ORIS |
Transmit FIFO Overflow RAW Interrupt flag
Definition at line 185 of file ll_spi.h.