OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_gpioEncB
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
rgbringcoder.cxx
36
m_gpioData(dat), m_gpioSwitch(sw), m_gpioEncA(encA),
m_gpioEncB
(encB),
73
m_gpioEncB
.dir(mraa::DIR_IN);
74
m_gpioEncB
.mode(mraa::MODE_PULLUP);
76
m_gpioEncB
.isr(mraa::EDGE_RISING, &interruptHandler, this);
101
m_gpioEncB
.isrExit();
136
newEncoderState = (This->
m_gpioEncB
.read()<<1) |
rgbringcoder.h
146
mraa::Gpio
m_gpioEncB
;
Completed in 37 milliseconds