Searched defs:sht3x_data (Results 1 – 1 of 1) sorted by relevance
161 struct sht3x_data { struct162 struct i2c_client *client;163 enum sht3x_chips chip_id;164 struct mutex i2c_lock; /* lock for sending i2c commands */165 struct mutex data_lock; /* lock for updating driver data */167 u8 mode;168 const unsigned char *command;169 u32 wait_time; /* in us*/171 enum sht3x_repeatability repeatability;178 int temperature;[all …]