Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h5.c482 if (IS_ENABLED(STM32_PLL_FRACN_ENABLED)) { in set_up_plls()
Dclock_stm32_ll_u5.c567 if (IS_ENABLED(STM32_PLL_FRACN_ENABLED)) { in set_up_plls()
Dclock_stm32_ll_h7.c849 if (IS_ENABLED(STM32_PLL_FRACN_ENABLED)) {
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h177 #define STM32_PLL_FRACN_ENABLED DT_NODE_HAS_PROP(DT_NODELABEL(pll), fracn) macro