Searched refs:temp_slope (Results 1 – 3 of 3) sorted by relevance
534 long temp_slope[3]; in fifo_callback() local536 (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()
3975 long bias[3], temp, temp_slope[3]; in buildMpuEvent() local3977 inv_get_gyro_ts(temp_slope); in buildMpuEvent()3986 temp_slope[0] / 65536.f, in buildMpuEvent()3987 temp_slope[1] / 65536.f, in buildMpuEvent()3988 temp_slope[2] / 65536.f); in buildMpuEvent()
4403 long bias[3], temp, temp_slope[3]; local4405 inv_get_gyro_ts(temp_slope);4414 temp_slope[0] / 65536.f,4415 temp_slope[1] / 65536.f,4416 temp_slope[2] / 65536.f);