Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/wheelencoder/
Dwheelencoder.h98 void clearCounter() { m_counter = 0; }; in clearCounter()
118 uint32_t counter() { return m_counter; }; in counter()
125 volatile uint32_t m_counter;
Dwheelencoder.cxx38 m_counter = 0; in WheelEncoder()
83 m_counter = 0; in startCounter()
104 This->m_counter++; in wheelISR()
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
Drgbringcoder.h113 int getEncoderPosition() { return m_counter; }; in getEncoderPosition()
118 void clearEncoderPosition() { m_counter = 0; }; in clearEncoderPosition()
149 volatile int m_counter; variable
Drgbringcoder.cxx39 m_counter = 0; in RGBRingCoder()
153 This->m_counter += enc_states[oldEncoderState & 0x0f]; in interruptHandler()