Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_FelicaMap.c951 uint16_t ChkSum=0,index=0; in phFriNfc_Felica_HUpdateAttrBlkForWrOp() local
1106 ChkSum += NdefMap->SendRecvBuf[index]; in phFriNfc_Felica_HUpdateAttrBlkForWrOp()
1110 NdefMap->SendRecvBuf[BufIndex] = (uint8_t)(ChkSum >> 8); in phFriNfc_Felica_HUpdateAttrBlkForWrOp()
1113 NdefMap->SendRecvBuf[BufIndex] = (uint8_t )(ChkSum & 0x00ff); in phFriNfc_Felica_HUpdateAttrBlkForWrOp()
1157 uint16_t ChkSum=0,index=0; in phFriNfc_Felica_HWrEmptyMsg() local
1258 ChkSum += NdefMap->SendRecvBuf[index]; in phFriNfc_Felica_HWrEmptyMsg()
1262 NdefMap->SendRecvBuf[BufIndex] = (uint8_t)(ChkSum >> 8); in phFriNfc_Felica_HWrEmptyMsg()
1265 NdefMap->SendRecvBuf[BufIndex] = (uint8_t )(ChkSum & 0x00ff); in phFriNfc_Felica_HWrEmptyMsg()