Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/sensor/ina237/src/
Dina237_test.c229 double vshunt_expected_mV = vshunt_reg_vectors[idx]; in test_vshunt() local
233 vshunt_expected_mV *= 1000 * 1.250e-6; in test_vshunt()
236 vshunt_expected_mV *= 1000 * 5e-6; in test_vshunt()
239 zexpect_within(vshunt_expected_mV, vshunt_actual_mV, 1e-9, in test_vshunt()
241 vshunt_expected_mV, vshunt_actual_mV); in test_vshunt()