Searched refs:skip_size (Results 1 – 2 of 2) sorted by relevance
2395 uint16_t skip_size = 0; in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead() local2408 skip_size = phFriNfc_Tpz_H_GetSkipSize (psNdefMap, byte_addr); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead()2410 byte_addr = (uint16_t)(byte_addr + skip_size); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead()2419 skip_size = phFriNfc_Tpz_H_GetSkipSize (psNdefMap, byte_addr); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead()2421 byte_addr = (uint16_t)(byte_addr + skip_size); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForRead()2433 uint16_t skip_size = 0; in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForWrite() local2446 skip_size = phFriNfc_Tpz_H_GetSkipSize (psNdefMap, byte_addr); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForWrite()2448 byte_addr = (uint16_t)(byte_addr + skip_size); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForWrite()2457 skip_size = phFriNfc_Tpz_H_GetSkipSize (psNdefMap, byte_addr); in phFriNfc_Tpz_H_GetNDEFValueFieldAddrForWrite()2459 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()