Home
last modified time | relevance | path

Searched refs:STM32_HSE_BYPASS (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_stm32_ll_common.c551 #if defined(STM32_HSE_BYPASS) in set_up_fixed_clock_sources()
553 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h5.c606 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_u5.c664 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h7.c580 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
/Zephyr-Core-3.6.0/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h370 #define STM32_HSE_BYPASS DT_PROP(DT_NODELABEL(clk_hse), hse_bypass) macro