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 <Zephyr Driver>/clock_control/Kconfig.nrf:151
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:56 → <Zephyr Driver>/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.)