Searched refs:STM32_SRC_HSE (Results 1 – 20 of 20) sorted by relevance
28 #define STM32_SRC_HSE (STM32_SRC_HSI48 + 1) macro30 #define STM32_SRC_PCLK (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_MSI + 1) macro34 #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)
30 #define STM32_SRC_HSE (STM32_SRC_MSI + 1) macro32 #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)
26 #define STM32_SRC_HSE (STM32_SRC_LSI + 1) macro
27 #define STM32_SRC_HSE (STM32_SRC_HSI + 1) macro
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)
19 clocks = <&rcc STM32_SRC_HSE CKPER_SEL(2)>;
21 <&rcc STM32_SRC_HSE NO_SEL>,
108 #if defined(STM32_SRC_HSE) in enabled_clock()109 case STM32_SRC_HSE: in enabled_clock()406 #if defined(STM32_SRC_HSE) in stm32_clock_control_get_subsys_rate()407 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
48 ((src_clk == STM32_SRC_HSE) && IS_ENABLED(STM32_HSE_ENABLED)) || in enabled_clock()247 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
123 ((src_clk == STM32_SRC_HSE) && IS_ENABLED(STM32_HSE_ENABLED)) || in enabled_clock()251 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
126 ((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()
338 ((src_clk == STM32_SRC_HSE) && IS_ENABLED(STM32_HSE_ENABLED)) || in enabled_clock()481 case STM32_SRC_HSE: in stm32_clock_control_get_subsys_rate()
98 } else if (perclk_dt_domain_clk == STM32_SRC_HSE) { in ZTEST()
209 <&rcc STM32_SRC_HSE FDCAN_SEL(0)>;