choice CLOCK_CONTROL_NRF_ACCURACY_PPM: 32KHz clock accuracy

32KHz clock accuracy

Type: bool

Direct dependencies

CLOCK_CONTROL_NRF && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definition

At <Zephyr>/drivers/clock_control/Kconfig.nrf:130

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:56<Zephyr>/drivers/clock_control/Kconfig:29

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

choice CLOCK_CONTROL_NRF_ACCURACY_PPM
    bool "32KHz clock accuracy"
    default CLOCK_CONTROL_NRF_K32SRC_500PPM if CLOCK_CONTROL_NRF_K32SRC_RC
    default CLOCK_CONTROL_NRF_K32SRC_50PPM
    depends on CLOCK_CONTROL_NRF && CLOCK_CONTROL

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