Searched refs:temp_expected_degC (Results 1 – 1 of 1) sorted by relevance
193 double temp_expected_degC = (temp_reg_vectors[idx] / 16) * 125e-3; in test_temperature() local195 zexpect_within(temp_expected_degC, temp_actual_degC, 125e-3, in test_temperature()196 "Expected %.6f A, got %.6f A", temp_expected_degC, temp_actual_degC); in test_temperature()