Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/sensor/icm42688/src/
Dmain.c49 static void test_fetch_temp_mc(const struct icm42688_fixture *fixture, int16_t temperature_mc) in test_fetch_temp_mc() argument
65 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()