Searched refs:TTP223 (Results 1 – 6 of 6) sorted by relevance
32 TTP223::TTP223(unsigned int pin) { in TTP223() function in TTP22345 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()
59 class TTP223 {66 TTP223(unsigned int pin);71 ~TTP223();
36 upm::TTP223* touch = new upm::TTP223(0); in main()
38 upm_ttp223.TTP223 touch = new upm_ttp223.TTP223(7); in main()
27 touch = ttp223.TTP223(0)
29 var touch = new sensorModule.TTP223(0);