-
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.
Kconfig definition¶
At drivers/sensor/adt7420/Kconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:28
Menu path: (top menu) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor
config ADT7420_TEMP_CRIT int prompt "Critical overtemperature in °C" ifADT7420
&&SENSOR
range -40 150 ifADT7420
&&SENSOR
default 147 ifADT7420
&&SENSOR
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.
(Definitions include propagated dependencies, including from if’s and menus.)