CONFIG_CLOCK_STM32_MCO1_DIV
MCO1 prescaler
Type: int
Help
allowed values: 1, 2, 3, 4, 5
Direct dependencies
!CLOCK_STM32_MCO1_SRC_NOCLOCK
&& CLOCK_CONTROL_STM32_CUBE
&& CLOCK_CONTROL
(Includes any dependencies from ifs and menus.)
Default
1
Kconfig definition
At <Zephyr>/drivers/clock_control/Kconfig.stm32:73
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:56
→ <Zephyr>/drivers/clock_control/Kconfig:31
Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control
config CLOCK_STM32_MCO1_DIV
int "MCO1 prescaler"
range 1 5
default 1
depends on !CLOCK_STM32_MCO1_SRC_NOCLOCK && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL
help
allowed values: 1, 2, 3, 4, 5
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)