CONFIG_NRF_RTC_TIMER

nRF Real Time Counter (NRF_RTC1) Timer

Type: bool

Help

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

Direct dependencies

SOC_FAMILY_NRF && CLOCK_CONTROL_NRF5

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

Defaults

Symbols that select this symbol

Kconfig definition

At drivers/timer/Kconfig:149

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:26

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

config NRF_RTC_TIMER
    bool
    prompt "nRF Real Time Counter (NRF_RTC1) Timer" if SOC_FAMILY_NRF && CLOCK_CONTROL_NRF5
    default "y" if SOC_FAMILY_NRF && CLOCK_CONTROL_NRF5
    depends on SOC_FAMILY_NRF && CLOCK_CONTROL_NRF5
    help
      This module implements a kernel device driver for the nRF Real Time
      Counter NRF_RTC1 and provides the standard "system clock driver"
      interfaces.

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