Searched refs:BME680_MSK_GAS_RANGE (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/sensor/bosch/bme680/ | ||
D | bme680.h | 85 #define BME680_MSK_GAS_RANGE 0x0f macro |
D | bme680.c | 262 gas_range = data_regs.gas[1] & BME680_MSK_GAS_RANGE; in bme680_sample_fetch() |