Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/src/
Dtest_stm32_clock_configuration.c68 #elif STM32_PLL_SRC_MSIS in ZTEST()
/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_stm32_ll_u5.c64 } else if ((IS_ENABLED(STM32_PLL_SRC_MSIS) && pll_id == PLL1_ID) || in get_pllsrc_frequency()
423 if (IS_ENABLED(STM32_PLL_SRC_MSIS)) { in set_epod_booster()
492 } else if (IS_ENABLED(STM32_PLL_SRC_MSIS)) { in set_up_plls()
/Zephyr-Core-3.5.0/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h228 #define STM32_PLL_SRC_MSIS 1 macro