Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_common.c636 #if defined(STM32_HSE_BYPASS) in set_up_fixed_clock_sources()
638 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h5.c621 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_u5.c707 if (IS_ENABLED(STM32_HSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h7.c669 if (IS_ENABLED(STM32_HSE_BYPASS)) {
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h405 #define STM32_HSE_BYPASS DT_PROP(DT_NODELABEL(clk_hse), hse_bypass) macro