Searched refs:temperature_mc (Results 1 – 1 of 1) sorted by relevance
49 static void test_fetch_temp_mc(const struct icm42688_fixture *fixture, int16_t temperature_mc) in test_fetch_temp_mc() argument65 temperature_reg = ((temperature_mc - 25000) * 13248) / 100000; in test_fetch_temp_mc()75 expected_uc = temperature_mc * INT64_C(1000); in test_fetch_temp_mc()