Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h319 #define STM32_LSE_BYPASS DT_PROP(DT_NODELABEL(clk_lse), lse_bypass) macro
324 #define STM32_LSE_BYPASS DT_PROP(DT_NODELABEL(clk_lse), lse_bypass) macro
329 #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_common.c737 if (IS_ENABLED(STM32_LSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h5.c664 if (IS_ENABLED(STM32_LSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_u5.c746 if (IS_ENABLED(STM32_LSE_BYPASS)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h7.c724 if (IS_ENABLED(STM32_LSE_BYPASS)) {