Home
last modified time | relevance | path

Searched refs:bmp280 (Results 1 – 4 of 4) sorted by relevance

/drivers/iio/pressure/
A DMakefile9 obj-$(CONFIG_BMP280) += bmp280.o
10 bmp280-objs := bmp280-core.o bmp280-regmap.o
11 obj-$(CONFIG_BMP280_I2C) += bmp280-i2c.o
12 obj-$(CONFIG_BMP280_SPI) += bmp280-spi.o
A DKconfig45 will be called bmp280 and you will also get bmp280-i2c for I2C
46 and/or bmp280-spi for SPI support.
A Dbmp280.h432 struct bmp280_calib bmp280; member
A Dbmp280-core.c315 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_read_calib()
361 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_read_calib()
432 struct bmp280_calib *calib = &data->calib.bmp280; in bme280_compensate_humidity()
478 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_calc_t_fine()
540 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_compensate_press()

Completed in 15 milliseconds