Searched defs:bmp280_data (Results 1 – 1 of 1) sorted by relevance
379 struct bmp280_data { struct380 struct device *dev;381 struct mutex lock;382 struct regmap *regmap;384 bool use_eoc;386 union {390 } calib;396 u8 oversampling_temp;398 u8 iir_filter_coeff;408 int sampling_freq;[all …]
Completed in 9 milliseconds