Home
last modified time | relevance | path

Searched refs:STM32_SRC_EXT_HSE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32f1_clock.h28 #define STM32_SRC_EXT_HSE (STM32_SRC_HSE + 1) macro
29 #define STM32_SRC_PLLCLK (STM32_SRC_EXT_HSE + 1)
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_common.c140 #if defined(STM32_SRC_EXT_HSE) in enabled_clock()
141 case STM32_SRC_EXT_HSE: in enabled_clock()