Home
last modified time | relevance | path

Searched defs:bmp280_chip_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/iio/pressure/
Dbmp280-core.c187 struct bmp280_chip_info { struct
188 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 …]