Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_MifareULMap.c213 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_NDEFMAP_MFUL_VAL0; in phFriNfc_MifareUL_H_Reset()
286 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_NDEFMAP_MFUL_FLAG0; in phFriNfc_MifareUL_RdNdef()
376 NdefMap->TLVStruct.NdefTLVByte + in phFriNfc_MifareUL_WrNdef()
651 … * PH_FRINFC_NDEFMAP_MFUL_VAL4) + (NdefMap->TLVStruct.NdefTLVByte - 1) + 4))) in phFriNfc_MifareUL_Process()
662 … * PH_FRINFC_NDEFMAP_MFUL_VAL4) + (NdefMap->TLVStruct.NdefTLVByte - 1) + 4))) in phFriNfc_MifareUL_Process()
849 if(((((NdefMap->TLVStruct.NdefTLVByte - in phFriNfc_MifareUL_Process()
855 (((NdefMap->TLVStruct.NdefTLVByte - in phFriNfc_MifareUL_Process()
1130 if((((NdefMap->TLVStruct.NdefTLVByte - in phFriNfc_MifareUL_Process()
1132 ((NdefMap->TLVStruct.NdefTLVByte - PH_FRINFC_NDEFMAP_MFUL_VAL1) in phFriNfc_MifareUL_Process()
1136 … TemLength = (((NdefMap->TLVStruct.NdefTLVByte - PH_FRINFC_NDEFMAP_MFUL_VAL1) == in phFriNfc_MifareUL_Process()
[all …]
DphFriNfc_TopazMap.c736 block_number = (uint8_t)(((psNdefMap->TLVStruct.NdefTLVByte + in phFriNfc_TopazMap_Process()
743 byte_number = (uint8_t)((psNdefMap->TLVStruct.NdefTLVByte + 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()
1464 NdefMap->TLVStruct.NdefTLVByte = (uint16_t)((index - PH_FRINFC_TOPAZ_VAL1) % in phFriNfc_Tpz_H_findNDEFTLV()
1474 NdefMap->TLVStruct.NdefTLVByte); in phFriNfc_Tpz_H_findNDEFTLV()
1536 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_TOPAZ_VAL4; in phFriNfc_Tpz_H_findNDEFTLV()
1619 BlockNo = (uint8_t)(((NdefMap->TLVStruct.NdefTLVByte + PH_FRINFC_TOPAZ_VAL1) > in phFriNfc_Tpz_H_ProWrNMN()
1624 ByteNo = (uint8_t)((NdefMap->TLVStruct.NdefTLVByte + PH_FRINFC_TOPAZ_VAL1) % in phFriNfc_Tpz_H_ProWrNMN()
1758 BlockNo = (uint8_t)(((NdefMap->TLVStruct.NdefTLVByte + in phFriNfc_Tpz_H_WrLByte()
[all …]
DphFriNfc_MifareStdMap.c519 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifareStdMap_H_Reset()
814 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifareStdMap_WrNdef()
3541 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifStd_H_RdWrReset()
3624 TempLength = NdefMap->TLVStruct.NdefTLVByte; in phFriNfc_MifStd_H_ChkTLVs()
3650 NdefMap->TLVStruct.NdefTLVByte = (uint8_t)TempLength; in phFriNfc_MifStd_H_ChkTLVs()
3912 NdefMap->TLVStruct.NdefTLVByte = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifStd_H_ChkTLVs()
4015 NdefMap->TLVStruct.NdefTLVByte = in phFriNfc_MifStd_H_GetNxtTLV()
4031 if(NdefMap->TLVStruct.NdefTLVByte == PH_FRINFC_MIFARESTD_VAL0) in phFriNfc_MifStd_H_GetNxtTLV()
4869 TempLength = (uint8_t)(NdefMap->TLVStruct.NdefTLVByte + PH_FRINFC_MIFARESTD_VAL1); in phFriNfc_MifStd_H_UpdateTLV()
5069 NdefMap->TLVStruct.NdefTLVByte) == in phFriNfc_MifStd_H_ProWrTLV()
[all …]
DphFriNfc_NdefMap.h607 uint16_t NdefTLVByte; member