-
CONFIG_ADT7420_TEMP_HYST
¶
Temperature hysteresis in °C
Type: int
Help¶
Specify the temperature hysteresis in °C for the THIGH, TLOW, and TCRIT temperature limits.
Kconfig definition¶
At drivers/sensor/adt7420/Kconfig:17
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_HYST int prompt "Temperature hysteresis in °C" ifADT7420
&&SENSOR
range 0 15 ifADT7420
&&SENSOR
default 5 ifADT7420
&&SENSOR
depends onADT7420
&&SENSOR
help Specify the temperature hysteresis in °C for the THIGH, TLOW, and TCRIT temperature limits.
(Definitions include propagated dependencies, including from if’s and menus.)