Searched refs:m_currentStep (Results 1 – 6 of 6) sorted by relevance
130 m_currentStep += m_stepDirection; in enableStepper()134 if (m_currentStep >= m_stepsPerRev) in enableStepper()135 m_currentStep = 0; in enableStepper()139 if (m_currentStep <= 0) in enableStepper()140 m_currentStep = m_stepsPerRev; in enableStepper()219 m_currentStep = 0; in configStepper()227 int step = m_currentStep % 4; in stepperStep()
219 int m_currentStep; variable
37 m_currentStep = 0; in ULN200XA()146 int step = m_currentStep % 8; in stepperStep()223 m_currentStep += m_stepDirection; in stepperSteps()227 if (m_currentStep >= m_stepsPerRev) in stepperSteps()228 m_currentStep = 0; in stepperSteps()232 if (m_currentStep <= 0) in stepperSteps()233 m_currentStep = m_stepsPerRev; in stepperSteps()
141 int m_currentStep; variable
85 m_currentStep = 0; in L298()281 int step = m_currentStep % 4; in stepperStep()327 m_currentStep += m_stepDirection; in stepperSteps()331 if (m_currentStep >= m_stepsPerRev) in stepperSteps()332 m_currentStep = 0; in stepperSteps()336 if (m_currentStep <= 0) in stepperSteps()337 m_currentStep = m_stepsPerRev; in stepperSteps()
180 int m_currentStep; variable