Searched refs:sensor_ms2_to_ug (Results 1 – 3 of 3) sorted by relevance
118 actual_ug = sensor_ms2_to_ug(&values[0]); in test_fetch_accel_with_range()123 actual_ug = sensor_ms2_to_ug(&values[1]); in test_fetch_accel_with_range()128 actual_ug = sensor_ms2_to_ug(&values[2]); in test_fetch_accel_with_range()
26 int32_t ug = sensor_ms2_to_ug(val); in bma4xx_offset_to_reg_val()173 status = bma4xx_fs_to_reg(sensor_ms2_to_ug(val), ®_val); in bma4xx_attr_set_range()
1216 static inline int32_t sensor_ms2_to_ug(const struct sensor_value *ms2) in sensor_ms2_to_ug() function