Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/sensor/ina237/src/
Dina237_test.c192 double temp_actual_degC = sensor_value_to_double(&sensor_val); 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()