Home
last modified time | relevance | path

Searched refs:parse_index (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_TopazDynamicMap.c180 #define TOPAZ_BYTE_ADR_FROM_SEG(seg, parse_index) \ argument
181 (((seg) * TOPAZ_SEGMENT_READ_LENGTH) + (parse_index))
2287 uint16_t parse_index = 0; in phFriNfc_Tpz_H_CheckCCBytes() local
2289 parse_index = (uint16_t)(parse_index + TOPAZ_UID_BYTES_LENGTH); in phFriNfc_Tpz_H_CheckCCBytes()
2292 (void *)(p_recv_buf + parse_index), in phFriNfc_Tpz_H_CheckCCBytes()
2296 parse_index = 0; in phFriNfc_Tpz_H_CheckCCBytes()
2300 if ((PH_FRINFC_TOPAZ_CC_BYTE0 == p_recv_buf[parse_index]) in phFriNfc_Tpz_H_CheckCCBytes()
2302 || (0 == p_recv_buf[parse_index]) in phFriNfc_Tpz_H_CheckCCBytes()
2307 parse_index = (uint16_t)(parse_index + 1); in phFriNfc_Tpz_H_CheckCCBytes()
2309 result = phFriNfc_Tpz_H_ChkSpcVer (psNdefMap, p_recv_buf[parse_index]); in phFriNfc_Tpz_H_CheckCCBytes()
[all …]
DphFriNfc_ISO15693Map.c875 uint8_t parse_index = 0; in phFriNfc_ISO15693_H_ProcessCheckNdef() local
883 parse_index = (uint8_t)(parse_index + recv_length); in phFriNfc_ISO15693_H_ProcessCheckNdef()
902 parse_index = ps_iso_15693_con->ndef_tlv_type_byte; in phFriNfc_ISO15693_H_ProcessCheckNdef()
907 while ((parse_index < recv_length) in phFriNfc_ISO15693_H_ProcessCheckNdef()
923 switch (*(p_recv_buf + parse_index)) in phFriNfc_ISO15693_H_ProcessCheckNdef()
929 ps_iso_15693_con->ndef_tlv_type_byte = parse_index; in phFriNfc_ISO15693_H_ProcessCheckNdef()
971 if (0 == *(p_recv_buf + parse_index)) in phFriNfc_ISO15693_H_ProcessCheckNdef()
981 *(p_recv_buf + parse_index)) in phFriNfc_ISO15693_H_ProcessCheckNdef()
994 *(p_recv_buf + parse_index); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1007 (*(p_recv_buf + parse_index) << in phFriNfc_ISO15693_H_ProcessCheckNdef()
[all …]
DphFriNfc_MifULFormat.c828 uint8_t parse_index = 0; in phFriNfc_MfUL_ParseTLVs() local
830 if ((0 == card_size_remaining) && (0 == parse_index)) in phFriNfc_MfUL_ParseTLVs()
837 while ((parse_index < size_to_parse) in phFriNfc_MfUL_ParseTLVs()
847 parse_index); in phFriNfc_MfUL_ParseTLVs()
852 if (skip_lock_mem_size >= (size_to_parse - parse_index)) in phFriNfc_MfUL_ParseTLVs()
856 (size_to_parse - parse_index)); in phFriNfc_MfUL_ParseTLVs()
858 ((size_to_parse - parse_index))); in phFriNfc_MfUL_ParseTLVs()
859 parse_index = size_to_parse; in phFriNfc_MfUL_ParseTLVs()
866 parse_index = (uint8_t)(parse_index + skip_lock_mem_size); in phFriNfc_MfUL_ParseTLVs()
876 switch (*(data_to_parse + parse_index)) in phFriNfc_MfUL_ParseTLVs()
[all …]