Home | History | Annotate | Download | only in src

Lines Matching refs:TLVStruct

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