Searched defs:bmp280_chip_info (Results 1 – 2 of 2) sorted by relevance
422 struct bmp280_chip_info { struct423 unsigned int id_reg;424 const u8 *chip_id;425 int num_chip_id;427 const struct regmap_config *regmap_config;429 const struct iio_chan_spec *channels;430 int num_channels;431 unsigned int start_up_time;433 const int *oversampling_temp_avail;434 int num_oversampling_temp_avail;[all …]
798 const struct bmp280_chip_info bmp280_chip_info = { variable