/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | stm32l1_clock.h | 26 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro 27 #define STM32_SRC_HSI (STM32_SRC_HSE + 1)
|
D | stm32f1_clock.h | 27 #define STM32_SRC_HSE (STM32_SRC_HSI + 1) macro 28 #define STM32_SRC_EXT_HSE (STM32_SRC_HSE + 1)
|
D | stm32l0_clock.h | 28 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro 29 #define STM32_SRC_HSI (STM32_SRC_HSE + 1)
|
D | stm32f4_clock.h | 32 #define STM32_SRC_HSE (STM32_SRC_HSI + 1) macro 34 #define STM32_SRC_PLL_P (STM32_SRC_HSE + 1)
|
D | stm32c0_clock.h | 28 #define STM32_SRC_HSE (STM32_SRC_HSI48 + 1) macro 30 #define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
|
D | stm32wb_clock.h | 32 #define STM32_SRC_HSE (STM32_SRC_MSI + 1) macro 34 #define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
|
D | stm32u0_clock.h | 31 #define STM32_SRC_HSE (STM32_SRC_MSI + 1) macro 33 #define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
|
D | stm32wba_clock.h | 19 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro 20 #define STM32_SRC_HSI16 (STM32_SRC_HSE + 1)
|
D | stm32g0_clock.h | 30 #define STM32_SRC_HSE (STM32_SRC_MSI + 1) macro 32 #define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
|
D | stm32g4_clock.h | 32 #define STM32_SRC_HSE (STM32_SRC_HSI48 + 1) macro 33 #define STM32_SRC_MSI (STM32_SRC_HSE + 1)
|
D | stm32f7_clock.h | 33 #define STM32_SRC_HSE (STM32_SRC_HSI + 1) macro 35 #define STM32_SRC_PLL_P (STM32_SRC_HSE + 1)
|
D | stm32h7rs_clock.h | 20 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro 21 #define STM32_SRC_HSI48 (STM32_SRC_HSE + 1)
|
D | stm32h7_clock.h | 20 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro 21 #define STM32_SRC_HSI48 (STM32_SRC_HSE + 1)
|
D | stm32u5_clock.h | 19 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro 20 #define STM32_SRC_HSI16 (STM32_SRC_HSE + 1)
|
D | stm32h5_clock.h | 19 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro 20 #define STM32_SRC_CSI (STM32_SRC_HSE + 1)
|
/Zephyr-latest/samples/boards/st/mco/boards/ |
D | nucleo_f429zi.overlay | 18 clocks = <&rcc STM32_SRC_HSE MCO1_SEL(MCO_SEL_HSE)>; 27 clocks = <&rcc STM32_SRC_HSE MCO2_SEL(MCO_SEL_HSE)>;
|
D | stm32f746g_disco.overlay | 30 clocks = <&rcc STM32_SRC_HSE MCO2_SEL(MCO2_SEL_HSE)>;
|
D | nucleo_f411re.overlay | 16 /* clocks = <&rcc STM32_SRC_HSE MCO1_SEL(2)>; */
|
D | nucleo_f446ze.overlay | 16 clocks = <&rcc STM32_SRC_HSE MCO1_SEL(2)>;
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/ |
D | spi1_per_ck_hse.overlay | 19 clocks = <&rcc STM32_SRC_HSE CKPER_SEL(2)>;
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h747.dtsi | 21 <&rcc STM32_SRC_HSE NO_SEL>,
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32_ll_common.c | 133 #if defined(STM32_SRC_HSE) in enabled_clock() 134 case STM32_SRC_HSE: in enabled_clock() 474 #if defined(STM32_SRC_HSE) in stm32_clock_control_get_subsys_rate() 475 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
|
D | clock_stm32_ll_wba.c | 52 ((src_clk == STM32_SRC_HSE) && IS_ENABLED(STM32_HSE_ENABLED)) || in enabled_clock() 261 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/src/ |
D | test_stm32_clock_configuration.c | 98 } else if (perclk_dt_domain_clk == STM32_SRC_HSE) { in ZTEST()
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_ll_stm32.c | 118 #if DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_HSE 360 #if DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_HSE in rtc_stm32_init() 1067 #if DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_HSE 1095 #elif DT_INST_CLOCKS_CELL_BY_IDX(0, 1, bus) == STM32_SRC_HSE
|