Searched refs:BME680_GAS_RANGE_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/iio/chemical/ | ||
D | bme680.h | 19 #define BME680_GAS_RANGE_MASK GENMASK(3, 0) macro |
D | bme680_core.c | 744 gas_range = FIELD_GET(BME680_GAS_RANGE_MASK, gas_regs_val); in bme680_read_gas() |