Flags definitions which can be used with LL_I2S_ReadReg function. More...

+ Collaboration diagram for Get Flags Defines:

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...
 

Detailed Description

Flags definitions which can be used with LL_I2S_ReadReg function.

Macro Definition Documentation

◆ LL_I2S_STATUS_RXDA

#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.

◆ LL_I2S_STATUS_RXFO

#define LL_I2S_STATUS_RXFO   I2S_INTSTAT_RXFO

RX FIFO receive overflow flag

Definition at line 129 of file gr55xx_ll_i2s.h.

◆ LL_I2S_STATUS_TXFE

#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.

◆ LL_I2S_STATUS_TXFO

#define LL_I2S_STATUS_TXFO   I2S_INTSTAT_TXFO

TX FIFO write overflow flag

Definition at line 127 of file gr55xx_ll_i2s.h.