STM32F479xx HAL User Manual
Defines
Get Flags Defines
I2S Exported Constants

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

Defines

#define LL_I2S_SR_RXNE   LL_SPI_SR_RXNE
#define LL_I2S_SR_TXE   LL_SPI_SR_TXE
#define LL_I2S_SR_BSY   LL_SPI_SR_BSY
#define LL_I2S_SR_UDR   SPI_SR_UDR
#define LL_I2S_SR_OVR   LL_SPI_SR_OVR
#define LL_I2S_SR_FRE   LL_SPI_SR_FRE

Detailed Description

Flags defines which can be used with LL_I2S_ReadReg function.


Define Documentation

Busy flag

Definition at line 1223 of file stm32f4xx_ll_spi.h.

TI mode frame format error flag

Definition at line 1226 of file stm32f4xx_ll_spi.h.

Overrun flag

Definition at line 1225 of file stm32f4xx_ll_spi.h.

Rx buffer not empty flag

Definition at line 1221 of file stm32f4xx_ll_spi.h.

Tx buffer empty flag

Definition at line 1222 of file stm32f4xx_ll_spi.h.

#define LL_I2S_SR_UDR   SPI_SR_UDR

Underrun flag

Definition at line 1224 of file stm32f4xx_ll_spi.h.