STM32F479xx 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 227 of file stm32f4xx_hal_i2s.h.

#define I2S_MCLKOUTPUT_ENABLE   (SPI_I2SPR_MCKOE)

Definition at line 226 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().