Lines Matching +full:temperature +full:- +full:mode
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 <david.frey@sensirion.com>
29 - Pascal Sachs <pascal.sachs@sensirion.com>
32 -----------
34 This driver implements support for the Sensirion SHT3x-DIS and STS3x-DIS
35 series of humidity and temperature sensors. Temperature is measured in degrees
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.
47 The sht3x sensor supports a single shot mode as well as 5 periodic measure
52 0 single shot mode
60 In the periodic measure mode, the sensor automatically triggers a measurement
61 with the configured update interval on the chip. When a temperature or humidity
64 When the temperature and humidity readings move back between the hysteresis
72 sysfs-Interface
73 ---------------
76 temp1_input: temperature input
78 temp1_max: temperature max value
79 temp1_max_hyst: temperature hysteresis value for max limit
82 temp1_min: temperature min value
83 temp1_min_hyst: temperature hysteresis value for min limit
86 temp1_alarm: alarm flag is set to 1 if the temperature is outside the
87 configured limits. Alarm only works in periodic measure mode
89 configured limits. Alarm only works in periodic measure mode
93 - 0: turned off
94 - 1: turned on
102 - 0: low repeatability
103 - 1: medium repeatability
104 - 2: high repeatability
107 debugfs-Interface
108 -----------------