STM32L443xx HAL User Manual
Defines
PLL Clock Source
RCC Exported Constants

Defines

#define RCC_PLLSOURCE_NONE   0x00000000U
#define RCC_PLLSOURCE_MSI   RCC_PLLCFGR_PLLSRC_MSI
#define RCC_PLLSOURCE_HSI   RCC_PLLCFGR_PLLSRC_HSI
#define RCC_PLLSOURCE_HSE   RCC_PLLCFGR_PLLSRC_HSE

Define Documentation

#define RCC_PLLSOURCE_HSE   RCC_PLLCFGR_PLLSRC_HSE

HSE clock selected as PLL entry clock source

Definition at line 349 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetSysClockFreq(), HAL_RCC_OscConfig(), HAL_RCCEx_GetPeriphCLKFreq(), and RCCEx_PLLSAI1_Config().

#define RCC_PLLSOURCE_HSI   RCC_PLLCFGR_PLLSRC_HSI

HSI clock selected as PLL entry clock source

Definition at line 348 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetSysClockFreq(), HAL_RCC_OscConfig(), HAL_RCCEx_GetPeriphCLKFreq(), and RCCEx_PLLSAI1_Config().

#define RCC_PLLSOURCE_MSI   RCC_PLLCFGR_PLLSRC_MSI

MSI clock selected as PLL entry clock source

Definition at line 347 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetSysClockFreq(), HAL_RCC_OscConfig(), HAL_RCCEx_GetPeriphCLKFreq(), and RCCEx_PLLSAI1_Config().

#define RCC_PLLSOURCE_NONE   0x00000000U

No clock selected as PLL entry clock source

Definition at line 346 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_OscConfig(), HAL_RCCEx_DisablePLLSAI1(), and RCCEx_PLLSAI1_Config().