Home
last modified time | relevance | path

Searched refs:STM32_PLL3_SRC_HSE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_stm32_ll_h5.c59 (IS_ENABLED(STM32_PLL3_SRC_HSE) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()
542 if (IS_ENABLED(STM32_PLL3_SRC_HSE)) { in set_up_plls()
Dclock_stm32_ll_u5.c62 (IS_ENABLED(STM32_PLL3_SRC_HSE) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()
606 if (IS_ENABLED(STM32_PLL3_SRC_HSE)) { in set_up_plls()
/Zephyr-Core-3.5.0/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h272 #define STM32_PLL3_SRC_HSE 1 macro