OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_PERIOD
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/stepmotor/
stepmotor.h
37
#define
MIN_PERIOD
500
stepmotor.cxx
55
if (speed <
MIN_PERIOD
) {
56
m_speed =
MIN_PERIOD
;
Completed in 614 milliseconds