Searched refs:ChkSum (Results 1 – 1 of 1) sorted by relevance
963 uint16_t ChkSum=0,index=0; in phFriNfc_Felica_HUpdateAttrBlkForWrOp() local1118 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() local1270 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()