HomeSort by relevance Sort by last modified time
    Searched refs:m_currentStep (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/grovemd/
grovemd.cxx 130 m_currentStep += m_stepDirection;
134 if (m_currentStep >= m_stepsPerRev)
135 m_currentStep = 0;
139 if (m_currentStep <= 0)
140 m_currentStep = m_stepsPerRev;
219 m_currentStep = 0;
227 int step = m_currentStep % 4;
grovemd.h 219 int m_currentStep;
  /hardware/bsp/intel/peripheral/libupm/src/uln200xa/
uln200xa.cxx 37 m_currentStep = 0;
146 int step = m_currentStep % 8;
223 m_currentStep += m_stepDirection;
227 if (m_currentStep >= m_stepsPerRev)
228 m_currentStep = 0;
232 if (m_currentStep <= 0)
233 m_currentStep = m_stepsPerRev;
uln200xa.h 141 int m_currentStep;
  /hardware/bsp/intel/peripheral/libupm/src/l298/
l298.cxx 85 m_currentStep = 0;
281 int step = m_currentStep % 4;
327 m_currentStep += m_stepDirection;
331 if (m_currentStep >= m_stepsPerRev)
332 m_currentStep = 0;
336 if (m_currentStep <= 0)
337 m_currentStep = m_stepsPerRev;
342 // cerr << "STEPNUM: " << m_currentStep << endl;
l298.h 180 int m_currentStep;

Completed in 7229 milliseconds