Searched refs:kScale (Results 1 – 1 of 1) sorted by relevance
1993 static void parseRawData(struct BMI160Sensor *mSensor, uint8_t *buf, float kScale, uint64_t sensorT… argument2055 x = (float)raw_x * kScale;2056 y = (float)raw_y * kScale;2057 z = (float)raw_z * kScale;