Searched refs:actual_ugauss (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/drivers/sensor/akm09918c/src/ |
D | main.c | 54 int64_t actual_ugauss; in test_fetch_magnetic_field() local 73 actual_ugauss = values[0].val1 * INT64_C(1000000) + values[0].val2; in test_fetch_magnetic_field() 75 zassert_within(expect_ugauss, actual_ugauss, INT64_C(5), in test_fetch_magnetic_field() 77 expect_ugauss, actual_ugauss); in test_fetch_magnetic_field() 79 actual_ugauss = values[1].val1 * INT64_C(1000000) + values[1].val2; in test_fetch_magnetic_field() 81 zassert_within(expect_ugauss, actual_ugauss, INT64_C(5), in test_fetch_magnetic_field() 83 expect_ugauss, actual_ugauss); in test_fetch_magnetic_field() 85 actual_ugauss = values[2].val1 * INT64_C(1000000) + values[2].val2; in test_fetch_magnetic_field() 87 zassert_within(expect_ugauss, actual_ugauss, INT64_C(5), in test_fetch_magnetic_field() 89 expect_ugauss, actual_ugauss); in test_fetch_magnetic_field()
|