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
 
#define LL_I2S_INT_TXFE   I2S_INTMASK_TXFE
 
#define LL_I2S_INT_RXFO   I2S_INTMASK_RXFO
 
#define LL_I2S_INT_RXDA   I2S_INTMASK_RXDA
 

Detailed Description

Interrupt definitions which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions.

Macro Definition Documentation

◆ LL_I2S_INT_RXDA

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

◆ LL_I2S_INT_RXFO

#define LL_I2S_INT_RXFO   I2S_INTMASK_RXFO

RX FIFO receive overflow interrupt

Definition at line 139 of file gr55xx_ll_i2s.h.

◆ LL_I2S_INT_TXFE

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

◆ LL_I2S_INT_TXFO

#define LL_I2S_INT_TXFO   I2S_INTMASK_TXFO

TX FIFO write overflow interrupt

Definition at line 137 of file gr55xx_ll_i2s.h.