OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_stepConfig
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/
adafruitms1438.cxx
66
gettimeofday(&
m_stepConfig
[motor].startTime, NULL);
77
struct timeval startTime =
m_stepConfig
[motor].startTime;
165
m_stepConfig
[motor].stepDelay = 60 * 1000 /
166
m_stepConfig
[motor].stepsPerRev / speed;
199
m_stepConfig
[motor].stepDirection = 1;
202
m_stepConfig
[motor].stepDirection = -1;
205
m_stepConfig
[motor].stepDirection = 1;
212
m_stepConfig
[motor].stepsPerRev = stepsPerRev;
213
m_stepConfig
[motor].currentStep = 0;
214
m_stepConfig
[motor].stepDelay = 0
[
all
...]
adafruitms1438.h
245
STEPPER_CONFIG_T
m_stepConfig
[2];
Completed in 45 milliseconds