Interrupt definitions which can be used with LL_DSPI_Ctrl2Reg. More...
Macros | |
#define | LL_DSPI_IM_TXE DSPI_CR2_TXEIE |
#define | LL_DSPI_IM_RXNE DSPI_CR2_RXNEIE |
#define | LL_DSPI_IM_ER DSPI_CR2_ERRIE |
Interrupt definitions which can be used with LL_DSPI_Ctrl2Reg.
#define LL_DSPI_IM_ER DSPI_CR2_ERRIE |
Error interrupt enable, OVR, MODF
Definition at line 137 of file gr55xx_ll_dspi.h.
#define LL_DSPI_IM_RXNE DSPI_CR2_RXNEIE |
Receive FIFO not empty Interrupt enable
Definition at line 136 of file gr55xx_ll_dspi.h.
#define LL_DSPI_IM_TXE DSPI_CR2_TXEIE |
Transmit FIFO Empty Interrupt enable
Definition at line 135 of file gr55xx_ll_dspi.h.