Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/java/
DHMTRPSample.java78 int[] rxBandwidth = {0}; in main() local
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dhmtrp.js83 var rxBandwidth = new HMTRP_Radio.uint16Array(0); variable
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhmtrp.cxx98 uint16_t rxBandwidth; in main() local
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dhmtrp.py90 rxBandwidth = upmHmtrp.uint16Array(0) variable
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
Dhmtrp.cxx211 uint16_t *rxBandwidth, uint8_t *modulation, in getConfig()