Searched refs:bmp280 (Results 1 – 4 of 4) sorted by relevance
9 obj-$(CONFIG_BMP280) += bmp280.o10 bmp280-objs := bmp280-core.o bmp280-regmap.o11 obj-$(CONFIG_BMP280_I2C) += bmp280-i2c.o12 obj-$(CONFIG_BMP280_SPI) += bmp280-spi.o
45 will be called bmp280 and you will also get bmp280-i2c for I2C46 and/or bmp280-spi for SPI support.
432 struct bmp280_calib bmp280; member
315 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