HomeSort by relevance Sort by last modified time
    Searched full:motionflag (Results 1 - 1 of 1) sorted by null

  /hardware/invensense/60xx/mlsdk/mllite/
mlBiasNoMotion.c 225 unsigned short motionFlag = 0;
251 motionFlag = (unsigned short)regs[0] * 256 + (unsigned short)regs[1];
253 _mlDebug(MPL_LOGV("motionFlag from RAM : 0x%04X\n", motionFlag);
255 if (motionFlag == inv_obj->motion_duration) {
281 if (motionFlag == 5) {
321 motionFlag = (unsigned short)regs[0] * 256 + (unsigned short)regs[1];
323 _mlDebug(MPL_LOGV("motionFlag from RAM : 0x%04X\n", motionFlag);
325 if (motionFlag > 0)
    [all...]

Completed in 93 milliseconds