Searched refs:sensor_ms2_to_ug (Results 1 – 4 of 4) 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()
27 int32_t ug = sensor_ms2_to_ug(val); in bma4xx_offset_to_reg_val()174 status = bma4xx_fs_to_reg(sensor_ms2_to_ug(val), ®_val); in bma4xx_attr_set_range()
1238 static inline int32_t sensor_ms2_to_ug(const struct sensor_value *ms2) in sensor_ms2_to_ug() function
253 float val_mg = sensor_ms2_to_ug(val) / 1000.0f; in lsm6dsv16x_accel_wake_threshold_set()