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

Prescaler size

Type: int

Help

RTC prescaler used to determine ticks per second

Direct dependencies

RTC_QMSI && COUNTER

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

Defaults

Kconfig definition

At drivers/counter/Kconfig.qmsi:60

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

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

config RTC_PRESCALER
    int
    prompt "Prescaler size" if RTC_QMSI && COUNTER
    default 1 if RTC_QMSI && COUNTER
    depends on RTC_QMSI && COUNTER
    help
      RTC prescaler used to determine ticks per second

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