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
 

Detailed Description

Interrupt definitions which can be used with LL_DSPI_Ctrl2Reg.

Macro Definition Documentation

◆ LL_DSPI_IM_ER

#define LL_DSPI_IM_ER   DSPI_CR2_ERRIE

Error interrupt enable, OVR, MODF

Definition at line 137 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_IM_RXNE

#define LL_DSPI_IM_RXNE   DSPI_CR2_RXNEIE

Receive FIFO not empty Interrupt enable

Definition at line 136 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_IM_TXE

#define LL_DSPI_IM_TXE   DSPI_CR2_TXEIE

Transmit FIFO Empty Interrupt enable

Definition at line 135 of file gr55xx_ll_dspi.h.