Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32f1.c140 if (STM32_PLL2_MULTIPLIER == 20) { in config_pll2()
143 pll_mul = ((STM32_PLL2_MULTIPLIER - 2) << RCC_CFGR2_PLL2MUL_Pos); in config_pll2()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h251 #define STM32_PLL2_MULTIPLIER DT_PROP(DT_NODELABEL(pll2), mul) macro