Home
last modified time | relevance | path

Searched refs:ML_INIT_CAL_LEN (Results 1 – 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mlutils/
Dmputest.c114 #define ML_INIT_CAL_LEN (36) /* length in bytes of macro
182 static unsigned char dataStore[ML_INIT_CAL_LEN];
1199 dataStore[ptr++] = ML_INIT_CAL_LEN; in inv_mpu_test()
1238 ML_INIT_CAL_LEN - INV_CAL_HDR_LEN - INV_CAL_CHK_LEN); in inv_mpu_test()
1242 if (ptr != ML_INIT_CAL_LEN) { in inv_mpu_test()
1244 ML_INIT_CAL_LEN, ptr); in inv_mpu_test()
1296 result = inv_serial_write_cal(dataStore, ML_INIT_CAL_LEN); in inv_factory_calibrate()