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

RTC prescaler

Type: int

Help

Frequency = 32768 / (prescaler+1).

Direct dependencies

COUNTER_RTC2 && COUNTER

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

Defaults

Kconfig definition

At drivers/counter/Kconfig.nrfx:143

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

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

config COUNTER_RTC2_PRESCALER
    int
    prompt "RTC prescaler" if COUNTER_RTC2 && COUNTER
    range 0 2047 if COUNTER_RTC2 && COUNTER
    default 0 if COUNTER_RTC2 && COUNTER
    depends on COUNTER_RTC2 && COUNTER
    help
      Frequency = 32768 / (prescaler+1).

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