Lines Matching defs:bme280_data
187 struct bme280_data { struct
189 uint16_t dig_t1;
190 int16_t dig_t2;
191 int16_t dig_t3;
192 uint16_t dig_p1;
193 int16_t dig_p2;
194 int16_t dig_p3;
195 int16_t dig_p4;
196 int16_t dig_p5;
197 int16_t dig_p6;
198 int16_t dig_p7;
199 int16_t dig_p8;
200 int16_t dig_p9;
201 uint8_t dig_h1;
202 int16_t dig_h2;
203 uint8_t dig_h3;
204 int16_t dig_h4;
205 int16_t dig_h5;
206 int8_t dig_h6;
209 int32_t t_fine;
211 uint8_t chip_id;
213 struct bme280_reading reading;