Lines Matching refs:sensor
60 in a bank for a sensor is one or more bytes large.
67 number of bytes data per sensor and contents/meaning of those bytes.
69 Although both this document and the kernel driver have kept the sensor
72 a sensor.
99 Sending bank and sensor addresses to the uGuru
109 Once DATA holds 0x08 again write the sensor address to CMD.
115 First send the bank and sensor addresses as described above.
134 First send the bank and sensor addresses as described above.
167 This bank contains 0 sensors, iow the sensor address is ignored (but must be
171 This byte holds the alarm flags for sensor 0-7 of Sensor Bank1, with bit 0
172 corresponding to sensor 0, 1 to 1, etc.
175 This byte holds the alarm flags for sensor 8-15 of Sensor Bank1, with bit 0
176 corresponding to sensor 8, 1 to 9, etc.
179 This byte holds the alarm flags for sensor 0-5 of Sensor Bank2, with bit 0
180 corresponding to sensor 0, 1 to 1, etc.
185 This bank contains 16 sensors, for each sensor it contains 1 byte.
195 This byte holds the reading from the sensor. Sensors in Bank1 can be both
197 seem to know (be programmed with) what kindoff sensor is attached see Sensor
214 This bank contains 16 sensors, for each sensor it contains 3 bytes. Each
215 set of 3 bytes contains the settings for the sensor with the same sensor
219 Alarm behaviour for the selected sensor. A 1 enables the described behaviour.
227 Bit 7: Volt sensor: Shutdown if alarm persist for more than 4 seconds (RW)
228 Temp sensor: Shutdown if temp is over the shutdown threshold (RW)
230 * This bit is only honored/used by the uGuru if a temp sensor is connected
231 ** This bit is only honored/used by the uGuru if a volt sensor is connected
232 Note with some trickery this can be used to find out what kinda sensor is
237 Temp sensor: warning threshold (scale as bank 0x21)
238 Volt sensor: min threshold (scale as bank 0x21)
241 Temp sensor: shutdown threshold (scale as bank 0x21)
242 Volt sensor: max threshold (scale as bank 0x21)
249 This bank contains 3 "sensors", for each sensor it contains 5 bytes.
256 low nibble (temp)sensor address at bank 0x21 used for control.
276 This bank contains 6 sensors (AFAIK), for each sensor it contains 1 byte.
283 This byte holds the reading from the sensor. 0-255 = 0-15300 (linear)
290 This bank contains 6 sensors (AFAIK), for each sensor it contains 2 bytes.
293 Alarm behaviour for the selected sensor. A 1 enables the described behaviour.
307 0-0x30 with the reading code used for the sensor banks (0x20-0x28) and this
312 the read/write cycle for the non sensor part is different from the sensor part.