Home
last modified time | relevance | path

Searched full:bme280 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/pressure/
H A Dbmp280-i2c.c33 { .compatible = "bosch,bme280", .data = &bme280_chip_info },
44 {"bme280", (kernel_ulong_t)&bme280_chip_info },
H A Dbmp280-spi.c121 { .compatible = "bosch,bme280", .data = &bme280_chip_info },
133 { "bme280", (kernel_ulong_t)&bme280_chip_info },
H A DKconfig41 and BMP580 pressure and temperature sensors. Also supports the BME280 with
H A Dbmp280-core.c14 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme280-ds002.pdf
352 * for BME280. Due to some weird indexing, unaligned BE/LE accesses co-exist in
426 * Taken from BME280 datasheet, Section 4.2.3, "Compensation formula".
1044 /* Check if we are using a BME280 device */ in bmp280_wait_conv()