Searched refs:sensor_value_to_micro (Results 1 – 8 of 8) sorted by relevance
334 zassert_equal(sensor_value_to_micro(&data), 3300000LL, in ZTEST()341 zassert_equal(sensor_value_to_micro(&data), -3300000LL, in ZTEST()348 zassert_equal(sensor_value_to_micro(&data), 5432109876543LL, in ZTEST()
53 int64_t micro_ms2 = sensor_value_to_micro(val); in accel_sensor_value_to_q31()78 int64_t micro_rad = (int64_t)sensor_value_to_micro(val); in gyro_sensor_value_to_q31()
82 accel_modr = sensor_value_to_micro(&val) / 1000; in icm42688_compute_fifo_wm()88 gyro_modr = sensor_value_to_micro(&val) / 1000; in icm42688_compute_fifo_wm()
35 temp = sensor_value_to_micro(val) + 273150000U; in ens160_set_temperature()62 rh = sensor_value_to_micro(val); in ens160_set_humidity()
76 actual_uc = sensor_value_to_micro(&value); in test_fetch_temp_mc()
240 int64_t value_u = sensor_value_to_micro(&value[sample]); in sensor_submit_fallback_sync()
1433 static inline int64_t sensor_value_to_micro(const struct sensor_value *val) in sensor_value_to_micro() function
437 CLAMP(sensor_value_to_micro(ofs) / BMI160_ACC_OFS_LSB, INT8_MIN, INT8_MAX); in bmi160_acc_ofs_set()