Searched refs:temp_slope (Results 1 – 5 of 5) sorted by relevance
465 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()
334 long temp_slope[GYRO_NUM_AXES]; member
1261 result = inv_set_gyro_temp_slope(inv_obj.temp_slope); in inv_set_bias_update()
1964 long bias[3], temp, temp_slope[3]; in readEvents() local1966 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()
3739 long bias[3], temp, temp_slope[3]; in buildMpuEvent() local3741 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()