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

CONFIG_COUNTER_TIMER_STM32

STM32 counter driver

Type: bool

Help

Enable the counter driver for STM32 family of processors.

Direct dependencies

COUNTER

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At drivers/counter/Kconfig.stm32_timer:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:66drivers/counter/Kconfig:39

Menu path: (Top) → Device Drivers → Counter Drivers

config COUNTER_TIMER_STM32
    bool "STM32 counter driver"
    default n
    select USE_STM32_LL_TIM
    depends on COUNTER
    help
      Enable the counter driver for STM32 family of processors.

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