Interrupt definitions which can be used with LL_I2S_ReadReg and LL_I2S_WriteReg functions. More...
Macros | |
#define | LL_I2S_INT_TXFO I2S_INT_MASK_TX_FOM |
#define | LL_I2S_INT_TXFE I2S_INT_MASK_TX_FEM |
#define | LL_I2S_INT_RXFO I2S_INT_MASK_RX_FOM |
#define | LL_I2S_INT_RXDA I2S_INT_MASK_RX_DAM |
Interrupt definitions which can be used with LL_I2S_ReadReg and LL_I2S_WriteReg functions.
#define LL_I2S_INT_RXDA I2S_INT_MASK_RX_DAM |
RX FIFO threshold level is reached interrupt
Definition at line 144 of file gr55xx_ll_i2s.h.
#define LL_I2S_INT_RXFO I2S_INT_MASK_RX_FOM |
RX FIFO receive overflow interrupt
Definition at line 143 of file gr55xx_ll_i2s.h.
#define LL_I2S_INT_TXFE I2S_INT_MASK_TX_FEM |
TX FIFO threshold level is not reached interrupt
Definition at line 142 of file gr55xx_ll_i2s.h.
#define LL_I2S_INT_TXFO I2S_INT_MASK_TX_FOM |
TX FIFO write overflow interrupt
Definition at line 141 of file gr55xx_ll_i2s.h.