OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_counter
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/wheelencoder/
wheelencoder.h
98
void clearCounter() {
m_counter
= 0; };
118
uint32_t counter() { return
m_counter
; };
125
volatile uint32_t
m_counter
;
member in class:upm::WheelEncoder
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
rgbringcoder.h
113
int getEncoderPosition() { return
m_counter
; };
118
void clearEncoderPosition() {
m_counter
= 0; };
149
volatile int
m_counter
;
member in class:upm::RGBRingCoder
/external/guice/lib/build/
felix-2.0.5.jar
Completed in 139 milliseconds