Searched defs:bmp280_data (Results 1 – 1 of 1) sorted by relevance
420 struct bmp280_data { struct421 struct device *dev;422 struct mutex lock;425 bool use_eoc;426 bool trig_open_drain;430 union {434 } calib;440 u8 oversampling_temp;442 u8 iir_filter_coeff;452 int sampling_freq;[all …]
Completed in 8 milliseconds