Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_n6.c59 (IS_ENABLED(STM32_PLL4_SRC_HSI) && pll_id == PLL4_ID)) { in get_pllsrc_frequency()
763 } else if (IS_ENABLED(STM32_PLL4_SRC_HSI)) { in set_up_plls()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h364 #define STM32_PLL4_SRC_HSI 1 macro