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
 

Detailed Description

Interrupt definitions which can be used with LL_I2S_ReadReg and LL_I2S_WriteReg functions.

Macro Definition Documentation

◆ LL_I2S_INT_RXDA

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

◆ LL_I2S_INT_RXFO

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

◆ LL_I2S_INT_TXFE

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

◆ LL_I2S_INT_TXFO

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