Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek-pp_motor.c204 * wait for the ScanState stop or ScanState reaches the dwScanStateCount
218 if ((ULong)(bScanState & _SCANSTATE_MASK) != ps->dwScanStateCount ) in motorCheckMotorPresetLength()
546 ULong dw = ps->dwScanStateCount; in motorP98FillBackLoop()
552 if (!ps->dwScanStateCount) in motorP98FillBackLoop()
553 ps->dwScanStateCount = _NUMBER_OF_SCANSTEPS; in motorP98FillBackLoop()
555 ps->dwScanStateCount--; in motorP98FillBackLoop()
559 ps->a_nbNewAdrPointer [ps->dwScanStateCount / 2] |= in motorP98FillBackLoop()
560 ((ps->dwScanStateCount & 1) ? 0x80 : 0x08); in motorP98FillBackLoop()
561 if (++ps->dwScanStateCount == _NUMBER_OF_SCANSTEPS) in motorP98FillBackLoop()
562 ps->dwScanStateCount in motorP98FillBackLoop()
[all...]
H A Dplustek-pp_scandata.h356 ULong dwScanStateCount; member

Completed in 4 milliseconds