Lines Matching refs:steps
25 * - reduced number of forward steps for MotorToHomePosition
2369 /* Try to find the available step for all rest steps.
2370 * 1) if current step is valid (with data request), fill all steps
2373 * valid entry, then fill all steps after it
2445 * bColors = number of steps should be reserved
2551 static void motorP98003ModuleFreeRun( pScanData ps, ULong steps )
2553 IODataToRegister( ps, ps->RegMotorFreeRunCount1, (_HIBYTE(steps)));
2554 IODataToRegister( ps, ps->RegMotorFreeRunCount0, (_LOBYTE(steps)));
3319 _LOC void MotorP98003PositionYProc( pScanData ps, ULong steps)
3333 motorP98003ModuleFreeRun( ps, steps );