Searched refs:STM32_PLL2_P_DIVISOR (Results 1 – 4 of 4) sorted by relevance
306 STM32_PLL2_P_DIVISOR); in stm32_clock_control_get_subsys_rate()536 LL_RCC_PLL2_SetP(STM32_PLL2_P_DIVISOR); in set_up_plls()
321 STM32_PLL2_P_DIVISOR); in stm32_clock_control_get_subsys_rate()625 LL_RCC_PLL2_SetP(STM32_PLL2_P_DIVISOR); in set_up_plls()
587 STM32_PLL2_P_DIVISOR);900 LL_RCC_PLL2_SetP(STM32_PLL2_P_DIVISOR);
200 #define STM32_PLL2_P_DIVISOR DT_PROP_OR(DT_NODELABEL(pll2), div_p, 1) macro