Home
last modified time | relevance | path

Searched refs:STM32_PLL3_SRC_HSI (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h5.c54 (IS_ENABLED(STM32_PLL3_SRC_HSI) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()
565 } else if (IS_ENABLED(STM32_PLL3_SRC_HSI)) { in set_up_plls()
636 IS_ENABLED(STM32_PLL2_SRC_HSI) || IS_ENABLED(STM32_PLL3_SRC_HSI)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_u5.c59 (IS_ENABLED(STM32_PLL3_SRC_HSI) && pll_id == PLL3_ID)) { in get_pllsrc_frequency()
653 } else if (IS_ENABLED(STM32_PLL3_SRC_HSI)) { in set_up_plls()
Dclock_stm32_ll_h7.c687 + IS_ENABLED(STM32_PLL3_SRC_HSI)) {
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h304 #define STM32_PLL3_SRC_HSI 1 macro