Searched refs:STM32_PLL_R_DIVISOR (Results 1 – 10 of 10) sorted by relevance
68 pllr(STM32_PLL_R_DIVISOR)); in config_pll_sysclock()
64 pllr(STM32_PLL_R_DIVISOR)); in config_pll_sysclock()
83 pllr(STM32_PLL_R_DIVISOR)); in config_pll_sysclock()
100 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLLR, pllr(STM32_PLL_R_DIVISOR)); in config_pll_sysclock()
109 STM32_PLL_R_DIVISOR); in get_sysclk_frequency()315 STM32_PLL_R_DIVISOR); in stm32_clock_control_get_subsys_rate()583 __ASSERT_NO_MSG((STM32_PLL_R_DIVISOR == 1) || in set_up_plls()584 (STM32_PLL_R_DIVISOR % 2 == 0)); in set_up_plls()585 LL_RCC_PLL1_SetR(STM32_PLL_R_DIVISOR); in set_up_plls()
104 STM32_PLL_R_DIVISOR); in get_sysclk_frequency()299 STM32_PLL_R_DIVISOR); in stm32_clock_control_get_subsys_rate()498 LL_RCC_PLL1_SetR(STM32_PLL_R_DIVISOR); in set_up_plls()
244 STM32_PLL_R_DIVISOR); in stm32_clock_control_get_subsys_rate()427 LL_RCC_PLL1_SetR(STM32_PLL_R_DIVISOR); in set_up_plls()
573 STM32_PLL_R_DIVISOR);865 LL_RCC_PLL1_SetR(STM32_PLL_R_DIVISOR);
425 STM32_PLL_R_DIVISOR); in stm32_clock_control_get_subsys_rate()
174 #define STM32_PLL_R_DIVISOR DT_PROP_OR(DT_NODELABEL(pll), div_r, 1) macro