-
CONFIG_CLOCK_STM32_HSE_CLOCK
¶
HSE clock value
Type: int
Help¶
Value of external high-speed clock (HSE).
Direct dependencies¶
(CLOCK_STM32_SYSCLK_SRC_HSE
|| CLOCK_STM32_PLL_SRC_HSE
) && CLOCK_CONTROL_STM32_CUBE
&& SOC_FAMILY_STM32
&& CLOCK_CONTROL
(Includes any dependencies from if’s and menus.)
Defaults¶
- 8000000 if (
CLOCK_STM32_SYSCLK_SRC_HSE
||CLOCK_STM32_PLL_SRC_HSE
) &&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
Kconfig definition¶
At drivers/clock_control/Kconfig.stm32:63
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:54
→ drivers/clock_control/Kconfig:45
Menu path: (top menu) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control
config CLOCK_STM32_HSE_CLOCK int prompt "HSE clock value" if (CLOCK_STM32_SYSCLK_SRC_HSE
||CLOCK_STM32_PLL_SRC_HSE
) &&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
default 8000000 if (CLOCK_STM32_SYSCLK_SRC_HSE
||CLOCK_STM32_PLL_SRC_HSE
) &&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
depends on (CLOCK_STM32_SYSCLK_SRC_HSE
||CLOCK_STM32_PLL_SRC_HSE
) &&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
help Value of external high-speed clock (HSE).
(Definitions include propagated dependencies, including from if’s and menus.)