Searched refs:NdefTLVByte (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_MifareULMap.c213 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_NDEFMAP_MFUL_VAL0;
286 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_NDEFMAP_MFUL_FLAG0;
376 NdefMap->TLVStruct.NdefTLVByte +
651 * PH_FRINFC_NDEFMAP_MFUL_VAL4) + (NdefMap->TLVStruct.NdefTLVByte - 1) + 4)))
662 * PH_FRINFC_NDEFMAP_MFUL_VAL4) + (NdefMap->TLVStruct.NdefTLVByte - 1) + 4)))
849 if(((((NdefMap->TLVStruct.NdefTLVByte -
855 (((NdefMap->TLVStruct.NdefTLVByte -
1130 if((((NdefMap->TLVStruct.NdefTLVByte -
1132 ((NdefMap->TLVStruct.NdefTLVByte - PH_FRINFC_NDEFMAP_MFUL_VAL1)
1136 TemLength = (((NdefMap->TLVStruct.NdefTLVByte
[all...]
H A DphFriNfc_TopazMap.c736 block_number = (uint8_t)(((psNdefMap->TLVStruct.NdefTLVByte +
743 byte_number = (uint8_t)((psNdefMap->TLVStruct.NdefTLVByte +
789 byte_number = (uint8_t)psNdefMap->TLVStruct.NdefTLVByte;
1317 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_TOPAZ_VAL4;
1464 NdefMap->TLVStruct.NdefTLVByte = (uint16_t)((index - PH_FRINFC_TOPAZ_VAL1) %
1474 NdefMap->TLVStruct.NdefTLVByte);
1536 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_TOPAZ_VAL4;
1619 BlockNo = (uint8_t)(((NdefMap->TLVStruct.NdefTLVByte + PH_FRINFC_TOPAZ_VAL1) >
1624 ByteNo = (uint8_t)((NdefMap->TLVStruct.NdefTLVByte + PH_FRINFC_TOPAZ_VAL1) %
1758 BlockNo = (uint8_t)(((NdefMap->TLVStruct.NdefTLVByte
[all...]
H A DphFriNfc_MifareStdMap.c519 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_MIFARESTD_VAL0;
814 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_MIFARESTD_VAL0;
3541 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_MIFARESTD_VAL0;
3624 TempLength = NdefMap->TLVStruct.NdefTLVByte;
3650 NdefMap->TLVStruct.NdefTLVByte = (uint8_t)TempLength;
3912 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_MIFARESTD_VAL0;
4015 NdefMap->TLVStruct.NdefTLVByte =
4031 if(NdefMap->TLVStruct.NdefTLVByte == PH_FRINFC_MIFARESTD_VAL0)
4869 TempLength = (uint8_t)(NdefMap->TLVStruct.NdefTLVByte + PH_FRINFC_MIFARESTD_VAL1);
5069 NdefMap->TLVStruct.NdefTLVByte)
[all...]
H A DphFriNfc_NdefMap.h607 uint16_t NdefTLVByte; member in struct:phFriNfc_NDEFTLVCont

Completed in 95 milliseconds