Searched refs:LL_RCC_PLL1_SetSource (Results 1 – 4 of 4) sorted by relevance
291 LL_RCC_PLL1_SetSource(LL_RCC_PLLSOURCE_HSI); in LL_PLL_ConfigSystemClock_HSI()376 LL_RCC_PLL1_SetSource(LL_RCC_PLLSOURCE_MSI); in LL_PLL_ConfigSystemClock_MSI()480 LL_RCC_PLL1_SetSource(LL_RCC_PLLSOURCE_HSE); in LL_PLL_ConfigSystemClock_HSE()
4344 __STATIC_INLINE void LL_RCC_PLL1_SetSource(uint32_t PLL1Source) in LL_RCC_PLL1_SetSource() function
3657 #define __HAL_RCC_PLL1_PLLSOURCE_CONFIG(__PLLSOURCE__) LL_RCC_PLL1_SetSource((uin32_t)__PLLSOURCE_…
4965 __STATIC_INLINE void LL_RCC_PLL1_SetSource(uint32_t PLLSource) in LL_RCC_PLL1_SetSource() function