Home
last modified time | relevance | path

Searched refs:temp_expected_degC (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/drivers/sensor/ina237/src/
Dina237_test.c193 double temp_expected_degC = (temp_reg_vectors[idx] / 16) * 125e-3; in test_temperature() local
195 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()