Home
last modified time | relevance | path

Searched refs:STM32_PLL3_P_DIVISOR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/include/drivers/clock_control/
Dstm32_clock_control.h192 #define STM32_PLL3_P_DIVISOR DT_PROP(DT_NODELABEL(pll3), div_p) macro
202 #define STM32_PLL3_P_DIVISOR CONFIG_CLOCK_STM32_PLL3_P_DIVISOR macro
/Zephyr-Core-2.7.6/drivers/clock_control/
Dclock_stm32_ll_h7.c742 LL_RCC_PLL3_SetP(STM32_PLL3_P_DIVISOR); in stm32_clock_control_init()