Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dht9170.js36 if (dtmf_obj.digitReady())
40 while (dtmf.digitReady())
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dht9170.cxx55 if (dtmf->digitReady()) in main()
59 while (dtmf->digitReady()) in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dht9170.py49 if (dtmf_obj.digitReady()):
52 while (dtmf.digitReady()):
/hardware/bsp/intel/peripheral/libupm/src/ht9170/
Dht9170.h80 bool digitReady();
Dht9170.cxx87 bool HT9170::digitReady() in digitReady() function in HT9170