Home
last modified time | relevance | path

Searched refs:STM32_SRC_HSE (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/dt-bindings/clock/
Dstm32l1_clock.h21 #define STM32_SRC_HSE 0x001 macro
Dstm32f1_clock.h21 #define STM32_SRC_HSE 0x002 macro
Dstm32c0_clock.h23 #define STM32_SRC_HSE 0x002 macro
Dstm32l0_clock.h22 #define STM32_SRC_HSE 0x001 macro
Dstm32wb_clock.h29 #define STM32_SRC_HSE 0x006 macro
Dstm32g4_clock.h26 #define STM32_SRC_HSE 0x003 macro
Dstm32g0_clock.h25 #define STM32_SRC_HSE 0x004 macro
Dstm32h7_clock.h24 #define STM32_SRC_HSE 0x00A macro
Dstm32u5_clock.h24 #define STM32_SRC_HSE 0x00A macro
Dstm32h5_clock.h24 #define STM32_SRC_HSE 0x00A macro
/Zephyr-Core-3.4.0/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/
Dspi1_per_ck_hse.overlay19 clocks = <&rcc STM32_SRC_HSE CKPER_SEL(2)>;
/Zephyr-Core-3.4.0/dts/arm/st/h7/
Dstm32h747.dtsi21 <&rcc STM32_SRC_HSE NO_SEL>,
/Zephyr-Core-3.4.0/drivers/clock_control/
Dclock_stm32_ll_common.c113 #if defined(STM32_SRC_HSE) in enabled_clock()
114 case STM32_SRC_HSE: in enabled_clock()
404 #if defined(STM32_SRC_HSE) in stm32_clock_control_get_subsys_rate()
405 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
Dclock_stm32_ll_h5.c118 ((src_clk == STM32_SRC_HSE) && IS_ENABLED(STM32_HSE_ENABLED)) || in enabled_clock()
246 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
Dclock_stm32_ll_u5.c126 ((src_clk == STM32_SRC_HSE) && IS_ENABLED(STM32_HSE_ENABLED)) || in enabled_clock()
264 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
Dclock_stm32_ll_h7.c336 ((src_clk == STM32_SRC_HSE) && IS_ENABLED(STM32_HSE_ENABLED)) || in enabled_clock()
479 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
/Zephyr-Core-3.4.0/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/src/
Dtest_stm32_clock_configuration.c98 } else if (perclk_dt_domain_clk == STM32_SRC_HSE) { in ZTEST()
/Zephyr-Core-3.4.0/boards/arm/nucleo_g474re/
Dnucleo_g474re.dts211 <&rcc STM32_SRC_HSE FDCAN_SEL(0)>;