Home
last modified time | relevance | path

Searched refs:m_gpioEncB (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
Drgbringcoder.cxx36 m_gpioData(dat), m_gpioSwitch(sw), m_gpioEncA(encA), m_gpioEncB(encB), in RGBRingCoder()
73 m_gpioEncB.dir(mraa::DIR_IN); in RGBRingCoder()
74 m_gpioEncB.mode(mraa::MODE_PULLUP); in RGBRingCoder()
76 m_gpioEncB.isr(mraa::EDGE_RISING, &interruptHandler, this); in RGBRingCoder()
101 m_gpioEncB.isrExit(); in ~RGBRingCoder()
136 newEncoderState = (This->m_gpioEncB.read()<<1) | in interruptHandler()
Drgbringcoder.h146 mraa::Gpio m_gpioEncB; variable