Home
last modified time | relevance | path

Searched refs:STM32_LSE_BYPASS (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h379 #define STM32_LSE_BYPASS DT_PROP(DT_NODELABEL(clk_lse), lse_bypass) macro
384 #define STM32_LSE_BYPASS DT_PROP(DT_NODELABEL(clk_lse), lse_bypass) macro
389 #define STM32_LSE_BYPASS 0 macro
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_wb0.c579 if (IS_ENABLED(STM32_LSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h5.c669 if (IS_ENABLED(STM32_LSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_common.c730 if (IS_ENABLED(STM32_LSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_u5.c748 if (IS_ENABLED(STM32_LSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_n6.c850 if (IS_ENABLED(STM32_LSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h7.c727 if (IS_ENABLED(STM32_LSE_BYPASS)) {