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.
Default¶
- 147 
Kconfig definition¶
At <Zephyr Driver>/sensor/adt7420/Kconfig:23
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:41
Menu path: (Top) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor
config ADT7420_TEMP_CRIT
    int "Critical overtemperature in °C"
    range -40 150
    default 147
    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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)