STM32F479xx HAL User Manual
|
Defines | |
#define | I2S_IT_TXE SPI_CR2_TXEIE |
#define | I2S_IT_RXNE SPI_CR2_RXNEIE |
#define | I2S_IT_ERR SPI_CR2_ERRIE |
#define I2S_IT_ERR SPI_CR2_ERRIE |
Definition at line 272 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Receive_IT(), HAL_I2S_Transmit_IT(), HAL_I2SEx_FullDuplex_IRQHandler(), HAL_I2SEx_TransmitReceive_IT(), I2S_IRQHandler(), I2S_Receive_IT(), I2S_Transmit_IT(), I2SEx_RxISR_I2S(), I2SEx_RxISR_I2SExt(), I2SEx_TxISR_I2S(), and I2SEx_TxISR_I2SExt().
#define I2S_IT_RXNE SPI_CR2_RXNEIE |
Definition at line 271 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Receive_IT(), HAL_I2SEx_FullDuplex_IRQHandler(), HAL_I2SEx_TransmitReceive_IT(), I2S_IRQHandler(), I2S_Receive_IT(), I2SEx_RxISR_I2S(), and I2SEx_RxISR_I2SExt().
#define I2S_IT_TXE SPI_CR2_TXEIE |
Definition at line 270 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Transmit_IT(), HAL_I2SEx_FullDuplex_IRQHandler(), HAL_I2SEx_TransmitReceive_IT(), I2S_IRQHandler(), I2S_Transmit_IT(), I2SEx_TxISR_I2S(), and I2SEx_TxISR_I2SExt().