:orphan: .. title:: CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF .. kconfig:: CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF ############################################## *Temperature change triggering calibration (in 0.25 degree units)* Type: ``int`` Help ==== .. code-block:: none Calibration is triggered if the temperature has changed by at least this amount since the last calibration. Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION ` && \ :kconfig:`CLOCK_CONTROL_NRF ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/clock_control/Kconfig.nrf:97`` 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 → Enable LF clock calibration .. code-block:: kconfig config CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF int "Temperature change triggering calibration (in 0.25 degree units)" default 2 depends on CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION && CLOCK_CONTROL_NRF && CLOCK_CONTROL help Calibration is triggered if the temperature has changed by at least this amount since the last calibration. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*