Home
last modified time | relevance | path

Searched refs:tx_power_u16 (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal_ext.cc433 uint16_t tx_power_u16 = (uint16_t)tx_power_long; in CountryCodeCapsGenTxPowerPacket() local
434 packet[index++] = tx_power_u16 & 0xff; in CountryCodeCapsGenTxPowerPacket()
435 packet[index++] = tx_power_u16 >> RMS_TX_POWER_SHIFT; in CountryCodeCapsGenTxPowerPacket()