Home
last modified time | relevance | path

Searched refs:STM32_PLL_MULTIPLIER (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_stm32l0_l1.c68 pll_mul(STM32_PLL_MULTIPLIER), in config_pll_sysclock()
79 pll_mul(STM32_PLL_MULTIPLIER), in get_pllout_frequency()
Dclock_stm32f0_f3.c36 pll_mul = ((STM32_PLL_MULTIPLIER - 2) << RCC_CFGR_PLLMUL_Pos); in config_pll_sysclock()
96 pll_mul = ((STM32_PLL_MULTIPLIER - 2) << RCC_CFGR_PLLMUL_Pos); in get_pllout_frequency()
Dclock_stm32f1.c63 pll_mul = ((STM32_PLL_MULTIPLIER - 2) << RCC_CFGR_PLLMULL_Pos); in config_pll_sysclock()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h234 #define STM32_PLL_MULTIPLIER DT_PROP(DT_NODELABEL(pll), mul) macro
240 #define STM32_PLL_MULTIPLIER DT_PROP(DT_NODELABEL(pll), mul) macro
246 #define STM32_PLL_MULTIPLIER DT_PROP(DT_NODELABEL(pll), mul) macro