Searched defs:bmp280_chip_info (Results 1 – 2 of 2) sorted by relevance
433 struct bmp280_chip_info { struct434 unsigned int id_reg;435 const u8 *chip_id;436 int num_chip_id;438 const struct regmap_config *regmap_config;439 bool spi_read_extra_byte;441 const struct iio_chan_spec *channels;442 int num_channels;443 unsigned int start_up_time;444 const unsigned long *avail_scan_masks;[all …]
1065 const struct bmp280_chip_info bmp280_chip_info = { variable