Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
Dhmtrp.cxx40 HMTRP::HMTRP(int uart) in HMTRP() function in HMTRP
72 HMTRP::~HMTRP() in ~HMTRP()
78 bool HMTRP::dataAvailable(unsigned int millis) in dataAvailable()
101 int HMTRP::readData(char *buffer, int len, int millis) in readData()
126 int HMTRP::writeData(char *buffer, int len) in writeData()
146 bool HMTRP::setupTty(speed_t baud) in setupTty()
176 bool HMTRP::checkOK() in checkOK()
197 bool HMTRP::reset() in reset()
210 bool HMTRP::getConfig(uint32_t *freq, uint32_t *dataRate, in getConfig()
277 bool HMTRP::setFrequency(uint32_t freq) in setFrequency()
[all …]
Dhmtrp.h82 class HMTRP {
103 HMTRP(int uart=HMTRP_DEFAULT_UART);
108 ~HMTRP();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhmtrp.cxx69 upm::HMTRP* radio = new upm::HMTRP(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DHMTRPSample.java52 upm_hmtrp.HMTRP radio = new upm_hmtrp.HMTRP(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dhmtrp.py28 my_HMTRP_Radio = upmHmtrp.HMTRP(0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dhmtrp.js43 var my_HMTRP_Radio = new HMTRP_Radio.HMTRP(0);