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