Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/sensor/icm42688/src/
Dmain.c53 int64_t actual_uc; in test_fetch_temp_mc() local
76 actual_uc = sensor_value_to_micro(&value); in test_fetch_temp_mc()
77 zassert_within(expected_uc, actual_uc, INT64_C(5000), in test_fetch_temp_mc()
78 "Expected %" PRIi64 "uC, got %" PRIi64 "uC", expected_uc, actual_uc); in test_fetch_temp_mc()