-
CONFIG_CLOCK_STM32_PLL_PREDIV
¶
PREDIV Prescaler
PREDIV Prescaler
Type: int
Help¶
PREDIV is PLLSCR clock signal prescaler, allowed values: 1 - 16.
Help¶
PREDIV is PLLSCR clock signal prescaler, allowed values: 1 - 16.
Direct dependencies¶
(SOC_SERIES_STM32F0X
&& CLOCK_CONTROL_STM32_CUBE
&& SOC_FAMILY_STM32
&& CLOCK_CONTROL
) || (SOC_SERIES_STM32F3X
&& CLOCK_CONTROL_STM32_CUBE
&& SOC_FAMILY_STM32
&& CLOCK_CONTROL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definitions¶
At drivers/clock_control/Kconfig.stm32:121
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_PREDIV int prompt "PREDIV Prescaler" ifSOC_SERIES_STM32F0X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
range 1 16 ifSOC_SERIES_STM32F0X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
default 1 ifSOC_SERIES_STM32F0X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
depends onSOC_SERIES_STM32F0X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
help PREDIV is PLLSCR clock signal prescaler, allowed values: 1 - 16.
At drivers/clock_control/Kconfig.stm32:241
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_PREDIV int prompt "PREDIV Prescaler" ifSOC_SERIES_STM32F3X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
range 1 16 ifSOC_SERIES_STM32F3X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
default 1 ifSOC_SERIES_STM32F3X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
depends onSOC_SERIES_STM32F3X
&&CLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
help PREDIV is PLLSCR clock signal prescaler, allowed values: 1 - 16.
(Definitions include propagated dependencies, including from if’s and menus.)