Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/sensor/ina237/src/
Dina237_test.c205 const int16_t vshunt_reg_vectors[] = { in test_vshunt() local
218 for (int idx = 0; idx < ARRAY_SIZE(vshunt_reg_vectors); idx++) { in test_vshunt()
222 vshunt_reg_vectors[idx]); in test_vshunt()
229 double vshunt_expected_mV = vshunt_reg_vectors[idx]; in test_vshunt()
240 "For %d, Expected %.6f mV, got %.6f mV", vshunt_reg_vectors[idx], in test_vshunt()