STM32L443xx HAL User Manual
|
Defines | |
#define | LL_RCC_PLLSOURCE_NONE 0x00000000U |
#define | LL_RCC_PLLSOURCE_MSI RCC_PLLCFGR_PLLSRC_MSI |
#define | LL_RCC_PLLSOURCE_HSI RCC_PLLCFGR_PLLSRC_HSI |
#define | LL_RCC_PLLSOURCE_HSE RCC_PLLCFGR_PLLSRC_HSE |
#define LL_RCC_PLLSOURCE_HSE RCC_PLLCFGR_PLLSRC_HSE |
HSE clock selected as PLL entry clock source
Definition at line 881 of file stm32l4xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), RCC_PLL_GetFreqDomain_48M(), RCC_PLL_GetFreqDomain_SAI(), RCC_PLL_GetFreqDomain_SYS(), RCC_PLLSAI1_GetFreqDomain_48M(), RCC_PLLSAI1_GetFreqDomain_ADC(), and RCC_PLLSAI1_GetFreqDomain_SAI().
#define LL_RCC_PLLSOURCE_HSI RCC_PLLCFGR_PLLSRC_HSI |
HSI16 clock selected as PLL entry clock source
Definition at line 880 of file stm32l4xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_HSI(), RCC_PLL_GetFreqDomain_48M(), RCC_PLL_GetFreqDomain_SAI(), RCC_PLL_GetFreqDomain_SYS(), RCC_PLLSAI1_GetFreqDomain_48M(), RCC_PLLSAI1_GetFreqDomain_ADC(), and RCC_PLLSAI1_GetFreqDomain_SAI().
#define LL_RCC_PLLSOURCE_MSI RCC_PLLCFGR_PLLSRC_MSI |
MSI clock selected as PLL entry clock source
Definition at line 879 of file stm32l4xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_MSI(), RCC_PLL_GetFreqDomain_48M(), RCC_PLL_GetFreqDomain_SAI(), RCC_PLL_GetFreqDomain_SYS(), RCC_PLLSAI1_GetFreqDomain_48M(), RCC_PLLSAI1_GetFreqDomain_ADC(), and RCC_PLLSAI1_GetFreqDomain_SAI().
#define LL_RCC_PLLSOURCE_NONE 0x00000000U |
No clock
Definition at line 878 of file stm32l4xx_ll_rcc.h.