The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ADT7420_TEMP_CRIT

Critical overtemperature in °C

Type: int

Help

The critical overtemperature pin asserts when the temperature exceeds this value. The default value of 147 is the reset default of the ADT7420.

Direct dependencies

ADT7420 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adt7420/Kconfig:25

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_CRIT
    int
    prompt "Critical overtemperature in °C" if ADT7420 && SENSOR
    range -40 150 if ADT7420 && SENSOR
    default 147 if ADT7420 && SENSOR
    depends on ADT7420 && SENSOR
    help
      The critical overtemperature pin asserts when the temperature
      exceeds this value. The default value of 147 is the reset default
      of the ADT7420.

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