Searched refs:pll_mul (Results 1 – 4 of 4) sorted by relevance
372 void rcu_pll_config(uint32_t pll_src, uint32_t pll_mul) in rcu_pll_config() argument380 reg |= (pll_src | pll_mul); in rcu_pll_config()439 void rcu_pll1_config(uint32_t pll_mul) in rcu_pll1_config() argument442 RCU_CFG1 |= pll_mul; in rcu_pll1_config()453 void rcu_pll2_config(uint32_t pll_mul) in rcu_pll2_config() argument456 RCU_CFG1 |= pll_mul; in rcu_pll2_config()
224 void RCC_PLLConfig(RCC_PLLSource_TypeDef pll_src, RCC_PLLMul_TypeDef pll_mul) in RCC_PLLConfig() argument232 RCC_PLLDMDNConfig((u32)DNDM_Item[pll_mul >> 17], (u32)DNDM_Item[(pll_mul >> 17) + 1]); in RCC_PLLConfig()
659 void rcu_pll_config(uint32_t pll_src, uint32_t pll_mul);666 void rcu_pll1_config(uint32_t pll_mul);668 void rcu_pll2_config(uint32_t pll_mul);
262 void RCC_PLLConfig(RCC_PLLSource_TypeDef pll_src, RCC_PLLMul_TypeDef pll_mul);
Completed in 25 milliseconds