HomeSort by relevance Sort by last modified time
    Searched refs:m_buttonStates (Results 1 - 7 of 7) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/mpr121/
mpr121.h 83 * Reads button states in the m_buttonStates member variable. Also,
110 uint16_t m_buttonStates;
mpr121.cxx 47 m_buttonStates = 0;
201 m_buttonStates = (buffer[0] | ((buffer[1] & 0x1f) << 8));
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
mpr121.js 47 if (touchSensor.m_buttonStates & (1 << i))
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
mpr121.cxx 47 if (touch->m_buttonStates & (1 << i))
  /hardware/bsp/intel/peripheral/libupm/examples/python/
mpr121.py 56 if (touchSensor.m_buttonStates & (1 << i)):
  /hardware/bsp/intel/peripheral/libupm/src/at42qt1070/
at42qt1070.h 302 return m_buttonStates;
306 uint8_t m_buttonStates;
at42qt1070.cxx 60 m_buttonStates = 0;
138 m_buttonStates = keys & ~0x80;
140 m_buttonStates = 0;

Completed in 223 milliseconds