STM32F439xx HAL User Manual
Defines
I2S FullDuplex Mode
I2S Exported Constants

Defines

#define I2S_FULLDUPLEXMODE_DISABLE   (0x00000000U)
#define I2S_FULLDUPLEXMODE_ENABLE   (0x00000001U)

Define Documentation

#define I2S_FULLDUPLEXMODE_DISABLE   (0x00000000U)

Definition at line 232 of file stm32f4xx_hal_i2s.h.

#define I2S_FULLDUPLEXMODE_ENABLE   (0x00000001U)

Definition at line 233 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().