Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc_Utils.cc70 uint16_t wValue; in phDnldNfc_CalcCrc16() local
80 wValue = 0x00ffU & (uint16_t)pBuff[i]; in phDnldNfc_CalcCrc16()
81 wTmp = (wCrc >> 8U) ^ wValue; in phDnldNfc_CalcCrc16()