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

CONFIG_CLOCK_CONTROL_NRF_ACCURACY

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

CLOCK_CONTROL_NRF && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At drivers/clock_control/Kconfig.nrf:151

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:56drivers/clock_control/Kconfig:23

Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support

config CLOCK_CONTROL_NRF_ACCURACY
    int
    default 500 if CLOCK_CONTROL_NRF_K32SRC_500PPM
    default 250 if CLOCK_CONTROL_NRF_K32SRC_250PPM
    default 150 if CLOCK_CONTROL_NRF_K32SRC_150PPM
    default 100 if CLOCK_CONTROL_NRF_K32SRC_100PPM
    default 75 if CLOCK_CONTROL_NRF_K32SRC_75PPM
    default 50 if CLOCK_CONTROL_NRF_K32SRC_50PPM
    default 30 if CLOCK_CONTROL_NRF_K32SRC_30PPM
    default 20 if CLOCK_CONTROL_NRF_K32SRC_20PPM
    depends on CLOCK_CONTROL_NRF && CLOCK_CONTROL

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