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

Temperature hysteresis in °C

Type: int

Help

Specify the temperature hysteresis in °C for the THIGH, TLOW, and TCRIT temperature limits.

Direct dependencies

ADT7420 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/adt7420/Kconfig:17

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:28

Menu path: (top menu) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor

config ADT7420_TEMP_HYST
    int
    prompt "Temperature hysteresis in °C" if ADT7420 && SENSOR
    range 0 15 if ADT7420 && SENSOR
    default 5 if ADT7420 && SENSOR
    depends on ADT7420 && SENSOR
    help
      Specify the temperature hysteresis in °C for the THIGH, TLOW,
      and TCRIT temperature limits.

(Definitions include propagated dependencies, including from if’s and menus.)