Lines Matching +full:temperature +full:- +full:sensor
30 .Nd lm75 i2c digital temperature sensor driver
38 driver provides access to sensor data and configuration over the
51 .Bd -literal
52 dev.lm75.0.%desc: LM75 temperature sensor
57 dev.lm75.0.temperature: 27.1C
62 dev.lm75.0.polarity: active-low
65 .Bl -tag -width ".Va dev.lm75.%d.temperature"
66 .It Va dev.lm75.%d.temperature
67 Is the read-only value of the current temperature read by the sensor.
69 Sets the hysteresis temperature.
70 Once the temperature gets over the overtemperature shutdown value (tos)
71 it needs to drop below the hysteresis temperature to disable the output
75 Once the temperature gets over this value the output pin will be enabled.
82 Sets the operation mode for the sensor interrupt pin.
85 Sets the polarity of the sensor interrupt pin.
86 It can be set to 'active-low' (default) or 'active-high'.
87 Please note that the output pin is an open-drain output and it needs a
88 proper pull-up resistor to work.
90 When set to '1' it shuts down the sensor.
91 The temperature conversion stops but the sensor remains with its i2c bus
103 temperature data over SNMP.
115 The driver tries to auto-detect the
127 .Bl -tag -width ".Va hint.lm75.%d.addr"
146 .Bd -literal
158 .Bl -tag -width ".Va compatible"
162 Indicates which 7-bit i2c address the
166 temperature sensors can be wired to 8 different addresses, allowing up to 8
182 .An -nosplit