Lines Matching +full:input +full:- +full:hysteresis
6 * Sensirion SHT3x-DIS
13 - https://sensirion.com/media/documents/213E6A3B/63A5A569/Datasheet_SHT3x_DIS.pdf
14 …- https://sensirion.com/media/documents/051DF50B/639C8101/Sensirion_Humidity_and_Temperature_Senso…
16 * Sensirion STS3x-DIS
23 …- https://sensirion.com/media/documents/1DA31AFD/61641F76/Sensirion_Temperature_Sensors_STS3x_Data…
24 … - https://sensirion.com/media/documents/292A335C/65537BAF/Sensirion_Datasheet_STS32_STS33.pdf
28 - David Frey <[email protected]>
29 - Pascal Sachs <[email protected]>
32 -----------
34 This driver implements support for the Sensirion SHT3x-DIS and STS3x-DIS
41 Documentation/i2c/instantiating-devices.rst for methods to instantiate the
44 Even if sht3x sensor supports clock-stretch (blocking mode) and non-stretch
45 (non-blocking mode) in single-shot mode, this driver only supports the latter.
64 When the temperature and humidity readings move back between the hysteresis
72 sysfs-Interface
73 ---------------
76 temp1_input: temperature input
77 humidity1_input: humidity input
79 temp1_max_hyst: temperature hysteresis value for max limit
81 humidity1_max_hyst: humidity hysteresis value for max limit
83 temp1_min_hyst: temperature hysteresis value for min limit
85 humidity1_min_hyst: humidity hysteresis value for min limit
93 - 0: turned off
94 - 1: turned on
102 - 0: low repeatability
103 - 1: medium repeatability
104 - 2: high repeatability
107 debugfs-Interface
108 -----------------