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