Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
Drgbringcoder.cxx131 static uint8_t newEncoderState = 0; in interruptHandler() local
136 newEncoderState = (This->m_gpioEncB.read()<<1) | in interruptHandler()
150 oldEncoderState |= newEncoderState; in interruptHandler()