Flags definitions which can be used with LL_I2S_ReadReg function. More...
Macros | |
#define | LL_I2S_STATUS_TXFO I2S_INTSTAT_TXFO |
TX FIFO write overflow flag More... | |
#define | LL_I2S_STATUS_TXFE I2S_INTSTAT_TXFE |
TX FIFO threshold level is not reached flag. More... | |
#define | LL_I2S_STATUS_RXFO I2S_INTSTAT_RXFO |
RX FIFO receive overflow flag More... | |
#define | LL_I2S_STATUS_RXDA I2S_INTSTAT_RXDA |
RX FIFO threshold level is reached flag More... | |
Flags definitions which can be used with LL_I2S_ReadReg function.
#define LL_I2S_STATUS_RXDA I2S_INTSTAT_RXDA |
RX FIFO threshold level is reached flag
Definition at line 130 of file gr55xx_ll_i2s.h.
#define LL_I2S_STATUS_RXFO I2S_INTSTAT_RXFO |
RX FIFO receive overflow flag
Definition at line 129 of file gr55xx_ll_i2s.h.
#define LL_I2S_STATUS_TXFE I2S_INTSTAT_TXFE |
TX FIFO threshold level is not reached flag.
Definition at line 128 of file gr55xx_ll_i2s.h.
#define LL_I2S_STATUS_TXFO I2S_INTSTAT_TXFO |
TX FIFO write overflow flag
Definition at line 127 of file gr55xx_ll_i2s.h.