Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/ttp223/
Dttp223.cxx32 TTP223::TTP223(unsigned int pin) { in TTP223() function in TTP223
45 TTP223::~TTP223() { in ~TTP223()
50 std::string TTP223::name() { in name()
54 int TTP223::value() { in value()
58 bool TTP223::isPressed() { in isPressed()
63 void TTP223::installISR(mraa::Edge level, IsrCallback *cb) in installISR()
69 void TTP223::installISR(mraa::Edge level, void (*isr)(void *), void *arg) in installISR()
79 void TTP223::uninstallISR() in uninstallISR()
Dttp223.h59 class TTP223 {
66 TTP223(unsigned int pin);
71 ~TTP223();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dttp223.cxx36 upm::TTP223* touch = new upm::TTP223(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DTTP223Sample.java38 upm_ttp223.TTP223 touch = new upm_ttp223.TTP223(7); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dttp223.py27 touch = ttp223.TTP223(0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dttp223.js29 var touch = new sensorModule.TTP223(0);