Lines Matching defs:motor
64 void AdafruitMS1438::initClock(STEPMOTORS_T motor) in initClock()
69 uint32_t AdafruitMS1438::getMillis(STEPMOTORS_T motor) in getMillis()
123 void AdafruitMS1438::enableMotor(DCMOTORS_T motor) in enableMotor()
128 void AdafruitMS1438::disableMotor(DCMOTORS_T motor) in disableMotor()
133 void AdafruitMS1438::enableStepper(STEPMOTORS_T motor) in enableStepper()
139 void AdafruitMS1438::disableStepper(STEPMOTORS_T motor) in disableStepper()
145 void AdafruitMS1438::setMotorSpeed(DCMOTORS_T motor, int speed) in setMotorSpeed()
163 void AdafruitMS1438::setStepperSpeed(STEPMOTORS_T motor, int speed) in setStepperSpeed()
169 void AdafruitMS1438::setMotorDirection(DCMOTORS_T motor, DIRECTION_T dir) in setMotorDirection()
194 void AdafruitMS1438::setStepperDirection(STEPMOTORS_T motor, DIRECTION_T dir) in setStepperDirection()
210 void AdafruitMS1438::stepConfig(STEPMOTORS_T motor, unsigned int stepsPerRev) in stepConfig()
240 void AdafruitMS1438::stepperStep(STEPMOTORS_T motor) in stepperStep()
281 void AdafruitMS1438::stepperSteps(STEPMOTORS_T motor, unsigned int steps) in stepperSteps()