Searched refs:hardwareBias (Results 1 – 4 of 4) sorted by relevance
52 int32_t hardwareBias[3]; // unit depending on hardware implementation member
3118 mTask.sensors[GYR].offset[0] = bias->hardwareBias[0];3119 mTask.sensors[GYR].offset[1] = bias->hardwareBias[1];3120 mTask.sensors[GYR].offset[2] = bias->hardwareBias[2];3123 bias->hardwareBias[0] & 0xFF,3124 bias->hardwareBias[1] & 0xFF,3125 bias->hardwareBias[2] & 0xFF);
1058 if (bias->hardwareBias[i] > 2047) {1060 } else if (bias->hardwareBias[i] < -2048) {1063 sensor->offset[i] = bias->hardwareBias[i];
1415 packet.data.hardwareBias); in sendCalibrationOffsets()