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

/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dhmtrp.cxx100 uint8_t txPower; local
104 &txPower, &uartBaud))
110 cout << "modulation: " << int(modulation) << "Khz txPower: "
111 << int(txPower) << " uartBaud: " << uartBaud << endl;
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
H A Dhmtrp.cxx212 uint8_t *txPower, uint32_t *uartBaud)
261 if (txPower)
263 *txPower = buf[11] & 0xff;
210 getConfig(uint32_t *freq, uint32_t *dataRate, uint16_t *rxBandwidth, uint8_t *modulation, uint8_t *txPower, uint32_t *uartBaud) argument

Completed in 99 milliseconds