Searched refs:BME680_RHRANGE_MSK (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/iio/chemical/ | ||
| D | bme680.h | 45 #define BME680_RHRANGE_MSK 0x30 macro |
| D | bme680_core.c | 300 calib->res_heat_range = (tmp & BME680_RHRANGE_MSK) / 16; in bme680_read_calib() |