|
Linux Kernel
3.7.1
|
Data Fields | |
| struct device * | hwmon_dev |
| struct mutex | lock |
| char | valid |
| unsigned long | last_update |
| int | temperature |
| int | humidity |
struct sht21 - SHT21 device specific data : device registered with hwmon : mutex to protect measurement values : only 0 before first measurement is taken : time of last update (jiffies) : cached temperature measurement value : cached humidity measurement value
1.8.2