Home
last modified time | relevance | path

Searched refs:temp_slope (Results 1 – 7 of 7) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
Dmlarray.c465 data[0] = inv_obj.temp_slope[0]; in inv_get_gyro_temp_slope()
466 data[1] = inv_obj.temp_slope[1]; in inv_get_gyro_temp_slope()
467 data[2] = inv_obj.temp_slope[2]; in inv_get_gyro_temp_slope()
1430 data[0] = (float)inv_obj.temp_slope[0] / 65536.0f; in inv_get_gyro_temp_slope_float()
1431 data[1] = (float)inv_obj.temp_slope[1] / 65536.0f; in inv_get_gyro_temp_slope_float()
1432 data[2] = (float)inv_obj.temp_slope[2] / 65536.0f; in inv_get_gyro_temp_slope_float()
2288 inv_obj.temp_slope[0] = data[0]; in inv_set_gyro_temp_slope()
2289 inv_obj.temp_slope[1] = data[1]; in inv_set_gyro_temp_slope()
2290 inv_obj.temp_slope[2] = data[2]; in inv_set_gyro_temp_slope()
2292 sf = -inv_obj.temp_slope[i] / 1118; in inv_set_gyro_temp_slope()
Dml.h334 long temp_slope[GYRO_NUM_AXES]; member
Dml.c1261 result = inv_set_gyro_temp_slope(inv_obj.temp_slope); in inv_set_bias_update()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dmain.c534 long temp_slope[3]; in fifo_callback() local
536 (void)inv_get_gyro_ts(temp_slope); in fifo_callback()
537 temp_slope_f[0] = inv_q16_to_float(temp_slope[0]); in fifo_callback()
538 temp_slope_f[1] = inv_q16_to_float(temp_slope[1]); in fifo_callback()
539 temp_slope_f[2] = inv_q16_to_float(temp_slope[2]); in fifo_callback()
/hardware/invensense/60xx/libsensors_iio/
DMPLSensor.cpp1959 long bias[3], temp, temp_slope[3]; in readEvents() local
1961 inv_get_gyro_ts(temp_slope); in readEvents()
1971 temp_slope[0] / 65536.f, in readEvents()
1972 temp_slope[1] / 65536.f, in readEvents()
1973 temp_slope[2] / 65536.f); in readEvents()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp4120 long bias[3], temp, temp_slope[3]; local
4122 inv_get_gyro_ts(temp_slope);
4131 temp_slope[0] / 65536.f,
4132 temp_slope[1] / 65536.f,
4133 temp_slope[2] / 65536.f);
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp3995 long bias[3], temp, temp_slope[3]; in buildMpuEvent() local
3997 inv_get_gyro_ts(temp_slope); in buildMpuEvent()
4006 temp_slope[0] / 65536.f, in buildMpuEvent()
4007 temp_slope[1] / 65536.f, in buildMpuEvent()
4008 temp_slope[2] / 65536.f); in buildMpuEvent()