STM32H735xx HAL User Manual
Defines
MCLK Output
I2S Exported Constants

Defines

#define LL_I2S_MCLK_OUTPUT_DISABLE   (0x00000000UL)
#define LL_I2S_MCLK_OUTPUT_ENABLE   (SPI_I2SCFGR_MCKOE)

Define Documentation

#define LL_I2S_MCLK_OUTPUT_DISABLE   (0x00000000UL)

Definition at line 2754 of file stm32h7xx_ll_spi.h.

Referenced by LL_I2S_StructInit().

#define LL_I2S_MCLK_OUTPUT_ENABLE   (SPI_I2SCFGR_MCKOE)

Definition at line 2755 of file stm32h7xx_ll_spi.h.

Referenced by LL_I2S_Init().