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