Searched refs:BME680_GAS_MEAS_BIT (Results 1 – 2 of 2) sorted by relevance
58 #define BME680_GAS_MEAS_BIT BIT(6) macro
794 if (data->check & BME680_GAS_MEAS_BIT) { in bme680_read_gas()1083 if (data->buf[0] & BME680_GAS_MEAS_BIT) { in bme680_trigger_handler()
Completed in 7 milliseconds