Home
last modified time | relevance | path

Searched refs:m_gpioEncA (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()
67 m_gpioEncA.dir(mraa::DIR_IN); in RGBRingCoder()
68 m_gpioEncA.mode(mraa::MODE_PULLUP); in RGBRingCoder()
70 m_gpioEncA.isr(mraa::EDGE_RISING, &interruptHandler, this); in RGBRingCoder()
100 m_gpioEncA.isrExit(); in ~RGBRingCoder()
137 (This->m_gpioEncA.read()); in interruptHandler()
Drgbringcoder.h145 mraa::Gpio m_gpioEncA; variable