Lines Matching refs:Offset
189 /* Get the block offset of a block number of the card from the byte address */
193 and the byte offset of the block number */
384 * This function is used only for the offset " PH_FRINFC_NDEFMAP_SEEK_CUR ".
487 * skips the initial bytes and to start at the proper value field byte offset of the block
626 uint8_t Offset)
642 /* Store the offset in the context */
643 NdefMap->Offset = Offset;
650 if ((PH_FRINFC_NDEFMAP_SEEK_CUR == Offset) &&
664 else if ((PH_FRINFC_NDEFMAP_SEEK_BEGIN == Offset) ||
669 NdefMap->Offset = PH_FRINFC_NDEFMAP_SEEK_BEGIN;
762 uint8_t Offset)
781 /* Store the offset in the context */
782 NdefMap->Offset = Offset;
792 else if ((PH_FRINFC_NDEFMAP_SEEK_CUR == Offset) &&
795 /* Offset = Current, but the read has reached the End of Card */
805 else if ((PH_FRINFC_NDEFMAP_SEEK_BEGIN == Offset) ||
808 NdefMap->Offset = PH_FRINFC_NDEFMAP_SEEK_BEGIN;
841 /* This part is to handle the Current offset,
842 Current offset is not yet validated */
2573 if (PH_FRINFC_NDEFMAP_SEEK_CUR == psNdefMap->Offset)