Home
last modified time | relevance | path

Searched defs:bme680_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/chemical/
H A Dbme680_core.c119 struct bme680_data { struct
120 struct regmap *regmap;
121 struct bme680_calib bme680;
122 struct mutex lock; /* Protect multiple serial R/W ops to device. */
123 u8 oversampling_temp;
124 u8 oversampling_press;
125 u8 oversampling_humid;
126 u8 preheat_curr_mA;
127 u16 heater_dur;
128 u16 heater_temp;
[all …]