OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pwmStepContext
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/stepmotor/
stepmotor.cxx
36
:
m_pwmStepContext
(stePin), m_dirPinCtx(dirPin) {
78
m_pwmStepContext
.enable (1);
80
m_pwmStepContext
.period_us (m_speed);
81
m_pwmStepContext
.pulsewidth_us (PULSEWIDTH);
83
m_pwmStepContext
.enable (0);
stepmotor.h
82
* closed when m_dirPinCtx and
m_pwmStepContext
go out of
116
mraa::Pwm
m_pwmStepContext
;
Completed in 403 milliseconds