Home
last modified time | relevance | path

Searched refs:STEPMOTORS_T (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
Dadafruitms1438.h97 } STEPMOTORS_T; typedef
118 uint32_t getMillis(STEPMOTORS_T motor);
124 void initClock(STEPMOTORS_T motor);
152 void enableStepper(STEPMOTORS_T motor);
159 void disableStepper(STEPMOTORS_T motor);
176 void setStepperSpeed(STEPMOTORS_T motor, int speed);
192 void setStepperDirection(STEPMOTORS_T motor, DIRECTION_T dir);
200 void stepConfig(STEPMOTORS_T motor, unsigned int stepsPerRev);
208 void stepperSteps(STEPMOTORS_T motor, unsigned int steps);
241 void stepperStep(STEPMOTORS_T motor);
Dadafruitms1438.cxx64 void AdafruitMS1438::initClock(STEPMOTORS_T motor) in initClock()
69 uint32_t AdafruitMS1438::getMillis(STEPMOTORS_T motor) in getMillis()
133 void AdafruitMS1438::enableStepper(STEPMOTORS_T motor) in enableStepper()
139 void AdafruitMS1438::disableStepper(STEPMOTORS_T motor) in disableStepper()
163 void AdafruitMS1438::setStepperSpeed(STEPMOTORS_T motor, int speed) in setStepperSpeed()
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()