Searched refs:m_stepDirection (Results 1 – 6 of 6) sorted by relevance
39 m_stepDirection = 1; // default is forward in ULN200XA()136 m_stepDirection = 1; in setDirection()139 m_stepDirection = -1; in setDirection()223 m_currentStep += m_stepDirection; in stepperSteps()225 if (m_stepDirection == 1) in stepperSteps()
154 int m_stepDirection; variable
87 m_stepDirection = 1; // default is forward in L298()265 m_stepDirection = 1; in setDirection()268 m_stepDirection = -1; in setDirection()271 m_stepDirection = 1; in setDirection()327 m_currentStep += m_stepDirection; in stepperSteps()329 if (m_stepDirection == 1) in stepperSteps()
190 int m_stepDirection; variable
118 m_stepDirection = ((dir == STEP_DIR_CW) ? 1 : -1); in enableStepper()130 m_currentStep += m_stepDirection; in enableStepper()132 if (m_stepDirection == 1) in enableStepper()221 m_stepDirection = 1; in configStepper()
231 int m_stepDirection; variable