STM32F439xx HAL User Manual
Defines
I2S Mclk Output
I2S Exported Constants

Defines

#define I2S_MCLKOUTPUT_ENABLE   SPI_I2SPR_MCKOE
#define I2S_MCLKOUTPUT_DISABLE   (0x00000000U)

Define Documentation

#define I2S_MCLKOUTPUT_DISABLE   (0x00000000U)

Definition at line 207 of file stm32f4xx_hal_i2s.h.

#define I2S_MCLKOUTPUT_ENABLE   SPI_I2SPR_MCKOE

Definition at line 206 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().