Searched refs:sensor_rad_to_10udegrees (Results 1 – 2 of 2) sorted by relevance
180 actual_10udps = sensor_rad_to_10udegrees(&values[0]); in test_fetch_gyro_with_range()187 actual_10udps = sensor_rad_to_10udegrees(&values[1]); in test_fetch_gyro_with_range()194 actual_10udps = sensor_rad_to_10udegrees(&values[2]); in test_fetch_gyro_with_range()
1276 static inline int32_t sensor_rad_to_10udegrees(const struct sensor_value *rad) in sensor_rad_to_10udegrees() function