Interrupt definitions which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions. More...
Macros | |
#define | LL_I2S_INT_TXFO I2S_INTMASK_TXFO |
TX FIFO write overflow interrupt More... | |
#define | LL_I2S_INT_TXFE I2S_INTMASK_TXFE |
TX FIFO threshold level is not reached interrupt. More... | |
#define | LL_I2S_INT_RXFO I2S_INTMASK_RXFO |
RX FIFO receive overflow interrupt More... | |
#define | LL_I2S_INT_RXDA I2S_INTMASK_RXDA |
RX FIFO threshold level is reached interrupt More... | |
Interrupt definitions which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions.
#define LL_I2S_INT_RXDA I2S_INTMASK_RXDA |
RX FIFO threshold level is reached interrupt
Definition at line 140 of file gr55xx_ll_i2s.h.
#define LL_I2S_INT_RXFO I2S_INTMASK_RXFO |
RX FIFO receive overflow interrupt
Definition at line 139 of file gr55xx_ll_i2s.h.
#define LL_I2S_INT_TXFE I2S_INTMASK_TXFE |
TX FIFO threshold level is not reached interrupt.
Definition at line 138 of file gr55xx_ll_i2s.h.
#define LL_I2S_INT_TXFO I2S_INTMASK_TXFO |
TX FIFO write overflow interrupt
Definition at line 137 of file gr55xx_ll_i2s.h.