Home
last modified time | relevance | path

Searched refs:STM32_PLL_P_DIVISOR (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/drivers/clock_control/
Dclock_stm32f2_f4_f7.c35 pllinit->PLLP = pllp(STM32_PLL_P_DIVISOR); in config_pll_init()
Dclock_stm32_ll_h7.c78 STM32_PLL_P_DIVISOR)
636 LL_RCC_PLL1_SetP(STM32_PLL_P_DIVISOR); in stm32_clock_control_init()
/Zephyr-Core-2.7.6/include/drivers/clock_control/
Dstm32_clock_control.h176 #define STM32_PLL_P_DIVISOR DT_PROP(DT_NODELABEL(pll), div_p) macro
182 #define STM32_PLL_P_DIVISOR CONFIG_CLOCK_STM32_PLL_P_DIVISOR macro