-
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>/drivers/sensor/adt7420/Kconfig:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/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 onADT7420
&&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.)