Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_n6.c83 pllm_div = STM32_PLL1_M_DIVISOR; in get_pllout_frequency()
638 LL_RCC_PLL1_SetM(STM32_PLL1_M_DIVISOR); in set_up_plls()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h263 #define STM32_PLL1_M_DIVISOR DT_PROP(DT_NODELABEL(pll1), div_m) macro