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

Enable Counter on TIMER0

Type: bool

Direct dependencies

HAS_HW_NRF_TIMER0 && !BT_LL_SW && COUNTER

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/counter/Kconfig.nrfx:13

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:64drivers/counter/Kconfig:31

Menu path: (top menu) → Device Drivers → Counter Drivers

config COUNTER_TIMER0
    bool
    prompt "Enable Counter on TIMER0" if HAS_HW_NRF_TIMER0 && !BT_LL_SW && COUNTER
    select COUNTER_NRF_TIMER if HAS_HW_NRF_TIMER0 && !BT_LL_SW && COUNTER
    select NRFX_TIMER0 if HAS_HW_NRF_TIMER0 && !BT_LL_SW && COUNTER
    depends on HAS_HW_NRF_TIMER0 && !BT_LL_SW && COUNTER

(Definitions include propagated dependencies, including from if’s and menus.)