Searched defs:bmp280_data (Results 1 – 1 of 1) sorted by relevance
133 struct bmp280_data { struct134 struct device *dev;135 struct mutex lock;138 bool use_eoc;140 union {144 } calib;150 u8 oversampling_temp;152 u8 iir_filter_coeff;162 int sampling_freq;168 s32 t_fine;[all …]
Completed in 6 milliseconds