Searched defs:bmp280_chip_info (Results 1 – 2 of 2) sorted by relevance
475 struct bmp280_chip_info { struct476 unsigned int id_reg;477 const u8 *chip_id;478 int num_chip_id;480 const struct regmap_config *regmap_config;481 bool spi_read_extra_byte;483 const struct iio_chan_spec *channels;484 int num_channels;485 unsigned int start_up_time_us;486 const unsigned long *avail_scan_masks;[all …]
1161 const struct bmp280_chip_info bmp280_chip_info = { variable