Home
last modified time | relevance | path

Searched refs:HT9170 (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/ht9170/
Dht9170.cxx34 HT9170::HT9170(int dr, int o1, int o2, int o3, int o4) in HT9170() function in HT9170
78 HT9170::~HT9170() in ~HT9170()
87 bool HT9170::digitReady() in digitReady()
92 char HT9170::decodeDigit() in decodeDigit()
Dht9170.h56 class HT9170 {
68 HT9170(int dr, int o1, int o2, int o3, int o4);
73 ~HT9170();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dht9170.cxx47 upm::HT9170* dtmf = new upm::HT9170(12, 11, 10, 9, 8); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dht9170.js29 var dtmf_obj = new ht9170_dtmf_lib.HT9170(12, 11, 10, 9, 8);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dht9170.py28 myDTMF = upmHt9170.HT9170(12, 11, 10, 9, 8)