Searched refs:expected_uc (Results 1 – 1 of 1) sorted by relevance
52 int64_t expected_uc; in test_fetch_temp_mc() local75 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()