Searched refs:test_fetch_gyro_with_range (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/drivers/sensor/icm42688/src/ |
D | main.c | 149 static void test_fetch_gyro_with_range(const struct icm42688_fixture *fixture, int32_t scale_mdps, in test_fetch_gyro_with_range() function 211 test_fetch_gyro_with_range(fixture, 2000000, gyro_percent); in ZTEST_F() 212 test_fetch_gyro_with_range(fixture, 1000000, gyro_percent); in ZTEST_F() 213 test_fetch_gyro_with_range(fixture, 500000, gyro_percent); in ZTEST_F() 214 test_fetch_gyro_with_range(fixture, 250000, gyro_percent); in ZTEST_F() 215 test_fetch_gyro_with_range(fixture, 125000, gyro_percent); in ZTEST_F() 216 test_fetch_gyro_with_range(fixture, 62500, gyro_percent); in ZTEST_F() 217 test_fetch_gyro_with_range(fixture, 31250, gyro_percent); in ZTEST_F() 218 test_fetch_gyro_with_range(fixture, 15625, gyro_percent); in ZTEST_F()
|