Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/java/
DHMTRPSample.java81 long[] uartBaud = {0}; in main() local
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dhmtrp.js86 var uartBaud = new HMTRP_Radio.uint32Array(0); variable
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhmtrp.cxx101 uint32_t uartBaud; in main() local
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dhmtrp.py93 uartBaud = upmHmtrp.uint32Array(0) variable
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
Dhmtrp.cxx212 uint8_t *txPower, uint32_t *uartBaud) in getConfig()