STM32F439xx HAL User Manual
Defines
MCLK Output
I2S Exported Constants

Defines

#define LL_I2S_MCLK_OUTPUT_DISABLE   0x00000000U
#define LL_I2S_MCLK_OUTPUT_ENABLE   (SPI_I2SPR_MCKOE)

Define Documentation

#define LL_I2S_MCLK_OUTPUT_DISABLE   0x00000000U

Master clock output is disabled

Definition at line 1306 of file stm32f4xx_ll_spi.h.

Referenced by LL_I2S_StructInit().

#define LL_I2S_MCLK_OUTPUT_ENABLE   (SPI_I2SPR_MCKOE)

Master clock output is enabled

Definition at line 1307 of file stm32f4xx_ll_spi.h.

Referenced by LL_I2S_Init().