:orphan: .. title:: CONFIG_CLOCK_CONTROL_NRF_ACCURACY .. kconfig:: CONFIG_CLOCK_CONTROL_NRF_ACCURACY CONFIG_CLOCK_CONTROL_NRF_ACCURACY ################################# *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_NRF ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 500 if \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_500PPM ` - 250 if \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_250PPM ` - 150 if \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_150PPM ` - 100 if \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_100PPM ` - 75 if \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_75PPM ` - 50 if \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_50PPM ` - 30 if \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_30PPM ` - 20 if \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_20PPM ` Kconfig definition ================== At ``/clock_control/Kconfig.nrf:151`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:23`` Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support .. code-block:: kconfig 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.)*