Searched refs:par_h4 (Results 1 – 5 of 5) sorted by relevance
125 uint8_t par_h4; member
86 (((temp_scaled * (int32_t)cal_coeffs->par_h4) / ((int32_t)100)) + in calculate_humidity()
89 coeffs->par_h4 = (uint8_t)register_data[HUMI_PAR_H4_BUF_POSITION]; in read_calibration_coeffs()
176 int8_t par_h4; member
128 var2_2 = ((temp_scaled * (int32_t)data->par_h4) / (int32_t)100) in bme680_calc_humidity()366 data->par_h4 = (int8_t)buff[27]; in bme680_read_compensation()