Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32f1.c153 pll_div = ((STM32_PLL2_PREDIV - 1) << RCC_CFGR2_PREDIV2_Pos); in config_pll2()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h252 #define STM32_PLL2_PREDIV DT_PROP(DT_NODELABEL(pll2), prediv) macro