|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | I2S_FLAG_TXE SPI_SR_TXE |
| #define | I2S_FLAG_RXNE SPI_SR_RXNE |
| #define | I2S_FLAG_UDR SPI_SR_UDR |
| #define | I2S_FLAG_OVR SPI_SR_OVR |
| #define | I2S_FLAG_FRE SPI_SR_FRE |
| #define | I2S_FLAG_CHSIDE SPI_SR_CHSIDE |
| #define | I2S_FLAG_BSY SPI_SR_BSY |
| #define | I2S_FLAG_MASK |
| #define I2S_FLAG_BSY SPI_SR_BSY |
Definition at line 287 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_CHSIDE SPI_SR_CHSIDE |
Definition at line 286 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_FRE SPI_SR_FRE |
Definition at line 284 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_MASK |
Definition at line 289 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_OVR SPI_SR_OVR |
Definition at line 283 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_RXNE SPI_SR_RXNE |
Definition at line 280 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_TXE SPI_SR_TXE |
Definition at line 279 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_UDR SPI_SR_UDR |
Definition at line 282 of file stm32f4xx_hal_i2s.h.