Searched refs:STM32_SRC_HSE (Results 1 – 25 of 33) sorted by relevance
12
26 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro27 #define STM32_SRC_HSI (STM32_SRC_HSE + 1)
27 #define STM32_SRC_HSE (STM32_SRC_HSI + 1) macro28 #define STM32_SRC_EXT_HSE (STM32_SRC_HSE + 1)
28 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro29 #define STM32_SRC_HSI (STM32_SRC_HSE + 1)
32 #define STM32_SRC_HSE (STM32_SRC_HSI + 1) macro34 #define STM32_SRC_PLL_P (STM32_SRC_HSE + 1)
28 #define STM32_SRC_HSE (STM32_SRC_HSI + 1) macro30 #define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
32 #define STM32_SRC_HSE (STM32_SRC_MSI + 1) macro34 #define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
31 #define STM32_SRC_HSE (STM32_SRC_MSI + 1) macro33 #define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
32 #define STM32_SRC_HSE (STM32_SRC_HSI48 + 1) macro33 #define STM32_SRC_MSI (STM32_SRC_HSE + 1)
30 #define STM32_SRC_HSE (STM32_SRC_MSI + 1) macro32 #define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
19 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro20 #define STM32_SRC_HSI16 (STM32_SRC_HSE + 1)
33 #define STM32_SRC_HSE (STM32_SRC_HSI + 1) macro35 #define STM32_SRC_PLL_P (STM32_SRC_HSE + 1)
20 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro21 #define STM32_SRC_HSI48 (STM32_SRC_HSE + 1)
19 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro20 #define STM32_SRC_CSI (STM32_SRC_HSE + 1)
18 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro19 #define STM32_SRC_HSI (STM32_SRC_HSE + 1)
18 clocks = <&rcc STM32_SRC_HSE MCO1_SEL(MCO_SEL_HSE)>;27 clocks = <&rcc STM32_SRC_HSE MCO2_SEL(MCO_SEL_HSE)>;
30 clocks = <&rcc STM32_SRC_HSE MCO2_SEL(MCO2_SEL_HSE)>;
16 clocks = <&rcc STM32_SRC_HSE MCO1_SEL(2)>;
21 /* clocks = <&rcc STM32_SRC_HSE MCO1_SEL(2)>; */
19 clocks = <&rcc STM32_SRC_HSE CKPER_SEL(2)>;
21 <&rcc STM32_SRC_HSE NO_SEL>,
131 #if defined(STM32_SRC_HSE) in enabled_clock()132 case STM32_SRC_HSE: in enabled_clock()467 #if defined(STM32_SRC_HSE) in stm32_clock_control_get_subsys_rate()468 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
52 ((src_clk == STM32_SRC_HSE) && IS_ENABLED(STM32_HSE_ENABLED)) || in enabled_clock()263 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
98 } else if (perclk_dt_domain_clk == STM32_SRC_HSE) { in ZTEST()