STM32F479xx HAL User Manual
|
Defines | |
#define | LL_I2S_MCLK_OUTPUT_DISABLE 0x00000000U |
#define | LL_I2S_MCLK_OUTPUT_ENABLE (SPI_I2SPR_MCKOE) |
#define LL_I2S_MCLK_OUTPUT_DISABLE 0x00000000U |
Master clock output is disabled
Definition at line 1299 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 1300 of file stm32f4xx_ll_spi.h.
Referenced by LL_I2S_Init().