Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_stm32_ll_u5.c65 (IS_ENABLED(STM32_PLL2_SRC_MSIS) && pll_id == PLL2_ID) || in get_pllsrc_frequency()
556 } else if (IS_ENABLED(STM32_PLL2_SRC_MSIS)) { in set_up_plls()
/Zephyr-Core-3.5.0/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h250 #define STM32_PLL2_SRC_MSIS 1 macro