Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_u5.c67 (IS_ENABLED(STM32_PLL3_SRC_MSIS) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()
651 } else if (IS_ENABLED(STM32_PLL3_SRC_MSIS)) { in set_up_plls()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h301 #define STM32_PLL3_SRC_MSIS 1 macro