STM32F439xx HAL User Manual
Defines
I2S Mode
I2S Exported Constants

Defines

#define I2S_MODE_SLAVE_TX   (0x00000000U)
#define I2S_MODE_SLAVE_RX   (0x00000100U)
#define I2S_MODE_MASTER_TX   (0x00000200U)
#define I2S_MODE_MASTER_RX   (0x00000300U)

Define Documentation

#define I2S_MODE_MASTER_RX   (0x00000300U)
#define I2S_MODE_MASTER_TX   (0x00000200U)
#define I2S_MODE_SLAVE_RX   (0x00000100U)

Definition at line 173 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init(), and HAL_I2SEx_TransmitReceive().

#define I2S_MODE_SLAVE_TX   (0x00000000U)