CONFIG_NRF_TIMER_TIMER

nRF Timer Counter (NRF_TIMER0) Timer

Type: bool

Help

This module implements a kernel device driver for the nRF Timer Counter NRF_TIMER0 and provides the standard “system clock driver” interfaces.

Direct dependencies

CLOCK_CONTROL && SOC_COMPATIBLE_NRF && SYS_CLOCK_EXISTS && BOARD_QEMU_CORTEX_M0

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/boards/arm/qemu_cortex_m0/Kconfig.defconfig:13

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config NRF_TIMER_TIMER
    bool "nRF Timer Counter (NRF_TIMER0) Timer"
    default y
    select TICKLESS_CAPABLE
    depends on CLOCK_CONTROL && SOC_COMPATIBLE_NRF && SYS_CLOCK_EXISTS && BOARD_QEMU_CORTEX_M0
    help
      This module implements a kernel device driver for the nRF Timer
      Counter NRF_TIMER0 and provides the standard "system clock driver"
      interfaces.

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