Searched refs:dig_h4 (Results 1 – 2 of 2) sorted by relevance
204 int16_t dig_h4; member
121 h = ((((adc_humidity << 14) - (((int32_t)data->dig_h4) << 20) - in bme280_compensate_humidity()324 data->dig_h4 = (hbuf[3] << 4) | (hbuf[4] & 0x0F); in bme280_read_compensation()