Searched refs:BME680_RHRANGE_MASK (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/iio/chemical/ | ||
| D | bme680.h | 43 #define BME680_RHRANGE_MASK GENMASK(5, 4) macro |
| D | bme680_core.c | 300 calib->res_heat_range = FIELD_GET(BME680_RHRANGE_MASK, tmp); in bme680_read_calib() |