Lines Matching refs:TLVStruct

736                     block_number = (uint8_t)(((psNdefMap->TLVStruct.NdefTLVByte +   in phFriNfc_TopazMap_Process()
739 (psNdefMap->TLVStruct.NdefTLVBlock + in phFriNfc_TopazMap_Process()
741 psNdefMap->TLVStruct.NdefTLVBlock); in phFriNfc_TopazMap_Process()
743 byte_number = (uint8_t)((psNdefMap->TLVStruct.NdefTLVByte + in phFriNfc_TopazMap_Process()
788 block_number = psNdefMap->TLVStruct.NdefTLVBlock; in phFriNfc_TopazMap_Process()
789 byte_number = (uint8_t)psNdefMap->TLVStruct.NdefTLVByte; in phFriNfc_TopazMap_Process()
1317 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_TOPAZ_VAL4; in phFriNfc_Tpz_H_CallNxtOp()
1318 NdefMap->TLVStruct.NdefTLVBlock = PH_FRINFC_TOPAZ_VAL1; in phFriNfc_Tpz_H_CallNxtOp()
1460 NdefMap->TLVStruct.BytesRemainLinTLV = in phFriNfc_Tpz_H_findNDEFTLV()
1464 NdefMap->TLVStruct.NdefTLVByte = (uint16_t)((index - PH_FRINFC_TOPAZ_VAL1) % in phFriNfc_Tpz_H_findNDEFTLV()
1467 NdefMap->TLVStruct.NdefTLVBlock = (uint8_t)(((index - PH_FRINFC_TOPAZ_VAL1) / in phFriNfc_Tpz_H_findNDEFTLV()
1471 NdefMap->TLVStruct.NdefTLVFoundFlag = PH_FRINFC_TOPAZ_FLAG1; in phFriNfc_Tpz_H_findNDEFTLV()
1473 … NdefMap->TopazContainer.ByteNumber = (uint8_t)(((NdefMap->TLVStruct.NdefTLVBlock - 1) * 8) + in phFriNfc_Tpz_H_findNDEFTLV()
1474 NdefMap->TLVStruct.NdefTLVByte); in phFriNfc_Tpz_H_findNDEFTLV()
1526 if((NdefMap->TLVStruct.NdefTLVFoundFlag == PH_FRINFC_TOPAZ_FLAG0) && in phFriNfc_Tpz_H_findNDEFTLV()
1532 if((NdefMap->TLVStruct.NdefTLVFoundFlag == PH_FRINFC_TOPAZ_FLAG0) && in phFriNfc_Tpz_H_findNDEFTLV()
1536 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_TOPAZ_VAL4; in phFriNfc_Tpz_H_findNDEFTLV()
1537 NdefMap->TLVStruct.NdefTLVBlock = PH_FRINFC_TOPAZ_VAL1; in phFriNfc_Tpz_H_findNDEFTLV()
1550 NdefMap->TLVStruct.BytesRemainLinTLV) in phFriNfc_Tpz_H_CpDataToUsrBuf()
1557 NdefMap->TLVStruct.BytesRemainLinTLV); in phFriNfc_Tpz_H_CpDataToUsrBuf()
1561 NdefMap->TLVStruct.BytesRemainLinTLV; in phFriNfc_Tpz_H_CpDataToUsrBuf()
1572 NdefMap->TLVStruct.BytesRemainLinTLV; in phFriNfc_Tpz_H_CpDataToUsrBuf()
1574 NdefMap->TLVStruct.BytesRemainLinTLV = in phFriNfc_Tpz_H_CpDataToUsrBuf()
1597 NdefMap->TLVStruct.BytesRemainLinTLV = in phFriNfc_Tpz_H_CpDataToUsrBuf()
1598 NdefMap->TLVStruct.BytesRemainLinTLV - in phFriNfc_Tpz_H_CpDataToUsrBuf()
1619 BlockNo = (uint8_t)(((NdefMap->TLVStruct.NdefTLVByte + PH_FRINFC_TOPAZ_VAL1) > in phFriNfc_Tpz_H_ProWrNMN()
1621 (NdefMap->TLVStruct.NdefTLVBlock + PH_FRINFC_TOPAZ_VAL1): in phFriNfc_Tpz_H_ProWrNMN()
1622 NdefMap->TLVStruct.NdefTLVBlock); in phFriNfc_Tpz_H_ProWrNMN()
1624 ByteNo = (uint8_t)((NdefMap->TLVStruct.NdefTLVByte + PH_FRINFC_TOPAZ_VAL1) % in phFriNfc_Tpz_H_ProWrNMN()
1689 (NdefMap->ApduBuffIndex + NdefMap->TLVStruct.BytesRemainLinTLV)))) && in phFriNfc_Tpz_H_ProWrTLV()
1693 NdefMap->TLVStruct.BytesRemainLinTLV = in phFriNfc_Tpz_H_ProWrTLV()
1696 (NdefMap->TLVStruct.BytesRemainLinTLV + NdefMap->ApduBuffIndex)); in phFriNfc_Tpz_H_ProWrTLV()
1758 BlockNo = (uint8_t)(((NdefMap->TLVStruct.NdefTLVByte + in phFriNfc_Tpz_H_WrLByte()
1761 (NdefMap->TLVStruct.NdefTLVBlock + in phFriNfc_Tpz_H_WrLByte()
1763 NdefMap->TLVStruct.NdefTLVBlock); in phFriNfc_Tpz_H_WrLByte()
1765 ByteNo = (uint8_t)((NdefMap->TLVStruct.NdefTLVByte + in phFriNfc_Tpz_H_WrLByte()
1776 NdefMap->TLVStruct.BytesRemainLinTLV)); in phFriNfc_Tpz_H_WrLByte()
1923 ByteNo = (uint8_t)NdefMap->TLVStruct.NdefTLVByte; in phFriNfc_Tpz_H_WrCCorTLV()
1924 BlockNo = NdefMap->TLVStruct.NdefTLVBlock; in phFriNfc_Tpz_H_WrCCorTLV()