Searched refs:dataStore (Results 1 - 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c182 static unsigned char dataStore[ML_INIT_CAL_LEN]; variable
1196 dataStore[ptr++] = 0; /* total len of factory cal */
1197 dataStore[ptr++] = 0;
1198 dataStore[ptr++] = 0;
1199 dataStore[ptr++] = ML_INIT_CAL_LEN;
1200 dataStore[ptr++] = 0;
1201 dataStore[ptr++] = 5; /* record type 5 - initial calibration */
1205 USHORT_TO_CHARS(&dataStore[ptr], tmp);
1211 UINT_TO_CHARS(&dataStore[ptr], (uint32_t)lltmp);
1215 UINT_TO_CHARS(&dataStore[pt
[all...]

Completed in 84 milliseconds