Searched defs:sht3x_data (Results 1 – 1 of 1) sorted by relevance
163 struct sht3x_data { struct164 struct i2c_client *client;165 enum sht3x_chips chip_id;166 struct mutex i2c_lock; /* lock for sending i2c commands */167 struct mutex data_lock; /* lock for updating driver data */169 u8 mode;170 const unsigned char *command;171 u32 wait_time; /* in us*/172 unsigned long last_update; /* last update in periodic mode*/173 enum sht3x_repeatability repeatability;[all …]