Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h5.c313 STM32_PLL2_Q_DIVISOR); in stm32_clock_control_get_subsys_rate()
546 LL_RCC_PLL2_SetQ(STM32_PLL2_Q_DIVISOR); in set_up_plls()
Dclock_stm32_ll_u5.c329 STM32_PLL2_Q_DIVISOR); in stm32_clock_control_get_subsys_rate()
632 LL_RCC_PLL2_SetQ(STM32_PLL2_Q_DIVISOR); in set_up_plls()
Dclock_stm32_ll_h7.c596 STM32_PLL2_Q_DIVISOR);
908 LL_RCC_PLL2_SetQ(STM32_PLL2_Q_DIVISOR);
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h208 #define STM32_PLL2_Q_DIVISOR DT_PROP_OR(DT_NODELABEL(pll2), div_q, 1) macro