STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | I2S_IT_TXE SPI_CR2_TXEIE |
#define | I2S_IT_RXNE SPI_CR2_RXNEIE |
#define | I2S_IT_ERR SPI_CR2_ERRIE |
#define I2S_IT_TXE SPI_CR2_TXEIE |
#include <stm32f4xx_hal_i2s.h>
Definition at line 269 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Transmit_IT(), I2S_IRQHandler(), and I2S_Transmit_IT().
#define I2S_IT_RXNE SPI_CR2_RXNEIE |
#include <stm32f4xx_hal_i2s.h>
Definition at line 270 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Receive_IT(), I2S_IRQHandler(), and I2S_Receive_IT().
#define I2S_IT_ERR SPI_CR2_ERRIE |
#include <stm32f4xx_hal_i2s.h>
Definition at line 271 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Receive_IT(), HAL_I2S_Transmit_IT(), I2S_IRQHandler(), I2S_Receive_IT(), and I2S_Transmit_IT().