Searched refs:STM32_HSE_BYPASS (Results 1 – 5 of 5) sorted by relevance
551 #if defined(STM32_HSE_BYPASS) in set_up_fixed_clock_sources()553 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
606 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
664 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
580 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
370 #define STM32_HSE_BYPASS DT_PROP(DT_NODELABEL(clk_hse), hse_bypass) macro