Searched full:bme280 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/iio/pressure/ |
H A D | bmp280-i2c.c | 33 { .compatible = "bosch,bme280", .data = &bme280_chip_info }, 44 {"bme280", (kernel_ulong_t)&bme280_chip_info },
|
H A D | bmp280-spi.c | 121 { .compatible = "bosch,bme280", .data = &bme280_chip_info }, 133 { "bme280", (kernel_ulong_t)&bme280_chip_info },
|
H A D | Kconfig | 41 and BMP580 pressure and temperature sensors. Also supports the BME280 with
|
H A D | bmp280-core.c | 14 * 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()
|