STM32F439xx HAL User Manual
Defines
I2S Clock Source
RCCEx Exported Constants

Defines

#define RCC_I2SCLKSOURCE_PLLI2S   0x00000000U
#define RCC_I2SCLKSOURCE_EXT   0x00000001U

Define Documentation

#define RCC_I2SCLKSOURCE_EXT   0x00000001U

Definition at line 547 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and SAI_GetInputClock().

#define RCC_I2SCLKSOURCE_PLLI2S   0x00000000U

Definition at line 546 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq().