:orphan: .. title:: ADT7420_TEMP_CRIT .. option:: 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 =================== \ :option:`ADT7420 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 147 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/adt7420/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:41`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor .. parsed-literal:: config ADT7420_TEMP_CRIT int "Critical overtemperature in °C" range -40 150 default 147 depends on \ :option:`ADT7420 ` && \ :option:`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.)*