Home
last modified time | relevance | path

Searched defs:dataRate (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/java/
DHMTRPSample.java77 long[] dataRate = {0}; in main() local
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dhmtrp.js82 var dataRate = new HMTRP_Radio.uint32Array(0); variable
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhmtrp.cxx97 uint32_t dataRate; in main() local
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dhmtrp.py89 dataRate = upmHmtrp.uint32Array(0) variable
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
Dhmtrp.cxx210 bool HMTRP::getConfig(uint32_t *freq, uint32_t *dataRate, in getConfig()