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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ht9170.cxx 55 if (dtmf->digitReady())
58 // now spin until digitReady() goes false again
59 while (dtmf->digitReady())
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
ht9170.js 36 if (dtmf_obj.digitReady())
39 // now spin until digitReady() goes false again
40 while (dtmf.digitReady())
  /hardware/bsp/intel/peripheral/libupm/examples/python/
ht9170.py 49 if (dtmf_obj.digitReady()):
51 # now spin until digitReady() goes false again
52 while (dtmf.digitReady()):
  /hardware/bsp/intel/peripheral/libupm/src/ht9170/
ht9170.h 80 bool digitReady();
ht9170.cxx 87 bool HT9170::digitReady()

Completed in 202 milliseconds