Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_u5.c66 (IS_ENABLED(STM32_PLL2_SRC_MSIS) && pll_id == PLL2_ID) || in get_pllsrc_frequency()
599 } else if (IS_ENABLED(STM32_PLL2_SRC_MSIS)) { in set_up_plls()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h285 #define STM32_PLL2_SRC_MSIS 1 macro