Searched refs:skip_size (Results 1 – 2 of 2) sorted by relevance
2398 uint16_t skip_size = 0; in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead() local2411 skip_size = phFriNfc_Tpz_H_GetSkipSize (psNdefMap, byte_addr); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead()2413 byte_addr = (uint16_t)(byte_addr + skip_size); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead()2422 skip_size = phFriNfc_Tpz_H_GetSkipSize (psNdefMap, byte_addr); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead()2424 byte_addr = (uint16_t)(byte_addr + skip_size); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead()2436 uint16_t skip_size = 0; in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForWrite() local2449 skip_size = phFriNfc_Tpz_H_GetSkipSize (psNdefMap, byte_addr); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForWrite()2451 byte_addr = (uint16_t)(byte_addr + skip_size); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForWrite()2460 skip_size = phFriNfc_Tpz_H_GetSkipSize (psNdefMap, byte_addr); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForWrite()2462 byte_addr = (uint16_t)(byte_addr + skip_size); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForWrite()[all …]
504 uint8_t skip_size = 0; in phFriNfc_MfUL_GetSkipSize() local517 skip_size = MFUL_CONVERT_BITS_TO_BYTES(ps_type2_info->NoOfLockBits); in phFriNfc_MfUL_GetSkipSize()521 return skip_size; in phFriNfc_MfUL_GetSkipSize()