Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_n6.c64 (IS_ENABLED(STM32_PLL4_SRC_HSE) && pll_id == PLL4_ID)) { in get_pllsrc_frequency()
757 if (IS_ENABLED(STM32_PLL4_SRC_HSE)) { in set_up_plls()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h367 #define STM32_PLL4_SRC_HSE 1 macro