|
STM32F479xx HAL User Manual
|
Defines | |
| #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 288 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DMAStop(), and HAL_I2S_Transmit().
| #define I2S_FLAG_CHSIDE SPI_SR_CHSIDE |
Definition at line 287 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_FRE SPI_SR_FRE |
Definition at line 285 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_MASK |
(SPI_SR_RXNE\
| SPI_SR_TXE | SPI_SR_UDR | SPI_SR_OVR | SPI_SR_FRE | SPI_SR_CHSIDE | SPI_SR_BSY)
Definition at line 290 of file stm32f4xx_hal_i2s.h.
| #define I2S_FLAG_OVR SPI_SR_OVR |
Definition at line 284 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Receive(), HAL_I2SEx_FullDuplex_IRQHandler(), HAL_I2SEx_TransmitReceive(), and I2S_IRQHandler().
| #define I2S_FLAG_RXNE SPI_SR_RXNE |
Definition at line 281 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Receive(), HAL_I2SEx_FullDuplex_IRQHandler(), HAL_I2SEx_TransmitReceive(), and I2S_IRQHandler().
| #define I2S_FLAG_TXE SPI_SR_TXE |
Definition at line 280 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DMAStop(), HAL_I2S_Transmit(), HAL_I2SEx_FullDuplex_IRQHandler(), HAL_I2SEx_TransmitReceive(), and I2S_IRQHandler().
| #define I2S_FLAG_UDR SPI_SR_UDR |
Definition at line 283 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Transmit(), HAL_I2SEx_FullDuplex_IRQHandler(), HAL_I2SEx_TransmitReceive(), and I2S_IRQHandler().
1.7.6.1