Searched refs:PLL1Source (Results 1 – 3 of 3) sorted by relevance
2367 __STATIC_INLINE void LL_RCC_PLL1_SetMainSource(uint32_t PLL1Source) in LL_RCC_PLL1_SetMainSource() argument2369 MODIFY_REG(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1SRC, PLL1Source); in LL_RCC_PLL1_SetMainSource()
4332 __STATIC_INLINE void LL_RCC_PLL1_SetSource(uint32_t PLL1Source) in LL_RCC_PLL1_SetSource() argument4334 MODIFY_REG(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1SRC, PLL1Source); in LL_RCC_PLL1_SetSource()
3966 __STATIC_INLINE void LL_RCC_PLL1_SetMainSource(uint32_t PLL1Source) in LL_RCC_PLL1_SetMainSource() argument3968 MODIFY_REG(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1SRC, PLL1Source); in LL_RCC_PLL1_SetMainSource()