STM32F479xx HAL User Manual
|
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 |
Flags defines which can be used with LL_I2S_ReadReg function.
#define LL_I2S_SR_BSY LL_SPI_SR_BSY |
Busy flag
Definition at line 1223 of file stm32f4xx_ll_spi.h.
#define LL_I2S_SR_FRE LL_SPI_SR_FRE |
TI mode frame format error flag
Definition at line 1226 of file stm32f4xx_ll_spi.h.
#define LL_I2S_SR_OVR LL_SPI_SR_OVR |
Overrun flag
Definition at line 1225 of file stm32f4xx_ll_spi.h.
#define LL_I2S_SR_RXNE LL_SPI_SR_RXNE |
Rx buffer not empty flag
Definition at line 1221 of file stm32f4xx_ll_spi.h.
#define LL_I2S_SR_TXE LL_SPI_SR_TXE |
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.