Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h5.c58 (IS_ENABLED(STM32_PLL3_SRC_HSE) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()
561 if (IS_ENABLED(STM32_PLL3_SRC_HSE)) { in set_up_plls()
Dclock_stm32_ll_u5.c63 (IS_ENABLED(STM32_PLL3_SRC_HSE) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()
649 if (IS_ENABLED(STM32_PLL3_SRC_HSE)) { in set_up_plls()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h307 #define STM32_PLL3_SRC_HSE 1 macro