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

/hardware/invensense/60xx/mlsdk/mllite/
H A DmlBiasNoMotion.c225 unsigned short motionFlag = 0; local
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 >
[all...]

Completed in 57 milliseconds