Home
last modified time | relevance | path

Searched +full:bst +full:- +full:bme680 +full:- +full:ds001 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/chemical/
H A Dbme680_core.c1 // SPDX-License-Identifier: GPL-2.0
3 * Bosch BME680 - Temperature, Pressure, Humidity & Gas Sensor
5 * Copyright (C) 2017 - 2018 Bosch Sensortec GmbH
9 * https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf
30 #include "bme680.h"
121 struct bme680_calib bme680; member
227 .scan_index = -1,
234 struct device *dev = regmap_get_device(data->regmap); in bme680_read_calib()
238 ret = regmap_bulk_read(data->regmap, BME680_T2_LSB_REG, in bme680_read_calib()
239 data->bme680_cal_buf_1, in bme680_read_calib()
[all …]