Searched defs:rxBandwidth (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dhmtrp.cxx98 uint16_t rxBandwidth; local
103 if (radio->getConfig(&freq, &dataRate, &rxBandwidth, &modulation,
108 << " rxBandwidth: " << rxBandwidth << "Khz" << endl;
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
H A Dhmtrp.cxx211 uint16_t *rxBandwidth, uint8_t *modulation,
250 if (rxBandwidth)
252 *rxBandwidth = ( ((buf[8] & 0xff) << 8) |
210 getConfig(uint32_t *freq, uint32_t *dataRate, uint16_t *rxBandwidth, uint8_t *modulation, uint8_t *txPower, uint32_t *uartBaud) argument

Completed in 134 milliseconds