Lines Matching defs:bme280_data
172 struct bme280_data { struct
174 uint16_t dig_t1;
175 int16_t dig_t2;
176 int16_t dig_t3;
177 uint16_t dig_p1;
178 int16_t dig_p2;
179 int16_t dig_p3;
180 int16_t dig_p4;
181 int16_t dig_p5;
182 int16_t dig_p6;
183 int16_t dig_p7;
184 int16_t dig_p8;
185 int16_t dig_p9;
186 uint8_t dig_h1;
187 int16_t dig_h2;
188 uint8_t dig_h3;
189 int16_t dig_h4;
190 int16_t dig_h5;
191 int8_t dig_h6;
194 int32_t t_fine;
196 uint8_t chip_id;
198 struct bme280_reading reading;