:orphan: .. title:: CONFIG_ADT7420_TEMP_CRIT .. kconfig:: CONFIG_ADT7420_TEMP_CRIT CONFIG_ADT7420_TEMP_CRIT ######################## *Critical overtemperature in °C* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ADT7420 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 147 Kconfig definition ================== At ``/sensor/adt7420/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:41`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor .. code-block:: kconfig 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.)*