STM32H735xx HAL User Manual
Defines
I2S MCLK Output
I2S Exported Constants

Defines

#define I2S_MCLKOUTPUT_ENABLE   (SPI_I2SCFGR_MCKOE)
#define I2S_MCLKOUTPUT_DISABLE   (0x00000000UL)

Define Documentation

#define I2S_MCLKOUTPUT_DISABLE   (0x00000000UL)

Definition at line 242 of file stm32h7xx_hal_i2s.h.

#define I2S_MCLKOUTPUT_ENABLE   (SPI_I2SCFGR_MCKOE)

Definition at line 241 of file stm32h7xx_hal_i2s.h.

Referenced by HAL_I2S_Init().