Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_FelicaMap.c963 uint16_t ChkSum=0,index=0; in phFriNfc_Felica_HUpdateAttrBlkForWrOp() local
1118 ChkSum += NdefMap->SendRecvBuf[index]; in phFriNfc_Felica_HUpdateAttrBlkForWrOp()
1122 NdefMap->SendRecvBuf[BufIndex] = (uint8_t)(ChkSum >> 8); in phFriNfc_Felica_HUpdateAttrBlkForWrOp()
1125 NdefMap->SendRecvBuf[BufIndex] = (uint8_t )(ChkSum & 0x00ff); in phFriNfc_Felica_HUpdateAttrBlkForWrOp()
1169 uint16_t ChkSum=0,index=0; in phFriNfc_Felica_HWrEmptyMsg() local
1270 ChkSum += NdefMap->SendRecvBuf[index]; in phFriNfc_Felica_HWrEmptyMsg()
1274 NdefMap->SendRecvBuf[BufIndex] = (uint8_t)(ChkSum >> 8); in phFriNfc_Felica_HWrEmptyMsg()
1277 NdefMap->SendRecvBuf[BufIndex] = (uint8_t )(ChkSum & 0x00ff); in phFriNfc_Felica_HWrEmptyMsg()