-
CONFIG_CLOCK_STM32_PLL_XTPRE
¶
HSE to PLL /2 prescaler
Type: bool
Help¶
Enable this option to enable /2 prescaler on HSE to PLL clock signal
Direct dependencies¶
SOC_STM32F10X_DENSITY_DEVICE
&& CLOCK_STM32_PLL_SRC_HSE
&& SOC_SERIES_STM32F1X
&& CLOCK_CONTROL_STM32_CUBE
&& SOC_FAMILY_STM32
&& CLOCK_CONTROL
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/clock_control/Kconfig.stm32:153
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_PLL_XTPRE bool prompt "HSE to PLL /2 prescaler" ifSOC_STM32F10X_DENSITY_DEVICE
&&CLOCK_STM32_PLL_SRC_HSE
&&SOC_SERIES_STM32F1X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
depends onSOC_STM32F10X_DENSITY_DEVICE
&&CLOCK_STM32_PLL_SRC_HSE
&&SOC_SERIES_STM32F1X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
help Enable this option to enable /2 prescaler on HSE to PLL clock signal
(Definitions include propagated dependencies, including from if’s and menus.)