Searched defs:bmp280_chip_info (Results 1 – 2 of 2) sorted by relevance
419 struct bmp280_chip_info { struct420 unsigned int id_reg;421 const unsigned int chip_id;423 const struct regmap_config *regmap_config;425 const struct iio_chan_spec *channels;426 int num_channels;427 unsigned int start_up_time;429 const int *oversampling_temp_avail;430 int num_oversampling_temp_avail;431 int oversampling_temp_default;[all …]
798 const struct bmp280_chip_info bmp280_chip_info = { variable