Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/sensor/icm42688/src/
Dmain.c52 int64_t expected_uc; in test_fetch_temp_mc() local
75 expected_uc = temperature_mc * INT64_C(1000); 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()