STM32F439xx 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 1230 of file stm32f4xx_ll_spi.h.

TI mode frame format error flag

Definition at line 1233 of file stm32f4xx_ll_spi.h.

Overrun flag

Definition at line 1232 of file stm32f4xx_ll_spi.h.

Rx buffer not empty flag

Definition at line 1228 of file stm32f4xx_ll_spi.h.

Tx buffer empty flag

Definition at line 1229 of file stm32f4xx_ll_spi.h.

#define LL_I2S_SR_UDR   SPI_SR_UDR

Underrun flag

Definition at line 1231 of file stm32f4xx_ll_spi.h.