The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_CLOCK_STM32_MCO1_SRC_NOCLOCK

NOCLOCK

Type: bool

Help

MCO1 output disabled, no clock on MCO1

Direct dependencies

<choice: STM32 MCO1 Clock Source>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/clock_control/Kconfig.stm32:42

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:56drivers/clock_control/Kconfig:31

Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → STM32 MCO1 Clock Source

config CLOCK_STM32_MCO1_SRC_NOCLOCK
    bool "NOCLOCK"
    depends on <choice>
    help
      MCO1 output disabled, no clock on MCO1

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)