Home
last modified time | relevance | path

Searched refs:temp_slope (Results 1 – 5 of 5) 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/60xx/libsensors_iio/
DMPLSensor.cpp1964 long bias[3], temp, temp_slope[3]; in readEvents() local
1966 inv_get_gyro_ts(temp_slope); in readEvents()
1976 temp_slope[0] / 65536.f, in readEvents()
1977 temp_slope[1] / 65536.f, in readEvents()
1978 temp_slope[2] / 65536.f); in readEvents()
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp3739 long bias[3], temp, temp_slope[3]; in buildMpuEvent() local
3741 inv_get_gyro_ts(temp_slope); in buildMpuEvent()
3750 temp_slope[0] / 65536.f, in buildMpuEvent()
3751 temp_slope[1] / 65536.f, in buildMpuEvent()
3752 temp_slope[2] / 65536.f); in buildMpuEvent()