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

  /hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.h 97 } STEPMOTORS_T;
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)
    [all...]
adafruitms1438.cxx 64 void AdafruitMS1438::initClock(STEPMOTORS_T motor)
69 uint32_t AdafruitMS1438::getMillis(STEPMOTORS_T motor)
133 void AdafruitMS1438::enableStepper(STEPMOTORS_T motor)
139 void AdafruitMS1438::disableStepper(STEPMOTORS_T motor)
163 void AdafruitMS1438::setStepperSpeed(STEPMOTORS_T motor, int speed)
194 void AdafruitMS1438::setStepperDirection(STEPMOTORS_T motor, DIRECTION_T dir)
210 void AdafruitMS1438::stepConfig(STEPMOTORS_T motor, unsigned int stepsPerRev)
240 void AdafruitMS1438::stepperStep(STEPMOTORS_T motor)
281 void AdafruitMS1438::stepperSteps(STEPMOTORS_T motor, unsigned int steps)

Completed in 82 milliseconds