Searched refs:coeff_l (Results 1 – 1 of 1) sorted by relevance
896 uint8_t coeff_l; in hts221_temp_deg_point_0_get() local899 ret = hts221_read_reg(ctx, HTS221_T0_DEGC_X8, &coeff_l, 1); in hts221_temp_deg_point_0_get()905 *val = ((coeff_h * 256) + coeff_l) / 8.0f; in hts221_temp_deg_point_0_get()923 uint8_t coeff_l; in hts221_temp_deg_point_1_get() local926 ret = hts221_read_reg(ctx, HTS221_T1_DEGC_X8, &coeff_l, 1); in hts221_temp_deg_point_1_get()932 *val = ((coeff_h * 256) + coeff_l) / 8.0f; in hts221_temp_deg_point_1_get()