Searched defs:bmp280_chip_info (Results 1 – 1 of 1) sorted by relevance
187 struct bmp280_chip_info { struct188 unsigned int id_reg;190 const struct iio_chan_spec *channels;191 int num_channels;192 unsigned int start_up_time;194 const int *oversampling_temp_avail;195 int num_oversampling_temp_avail;196 int oversampling_temp_default;198 const int *oversampling_press_avail;199 int num_oversampling_press_avail;[all …]