Searched defs:bmp280_data (Results 1 – 1 of 1) sorted by relevance
421 struct bmp280_data { struct422 struct device *dev;423 struct mutex lock;426 bool use_eoc;427 bool trig_open_drain;431 union {435 } calib;441 u8 oversampling_temp;443 u8 iir_filter_coeff;453 int sampling_freq;[all …]