Lines Matching refs:phFriNfc_NdefMap_t
901 } phFriNfc_NdefMap_t;
915 * of \ref phFriNfc_NdefMap_t .
949 * \ref phFriNfc_NdefMap_t . Use this function to reset the instance and/or to switch
952 NFCSTATUS phFriNfc_NdefMap_Reset(phFriNfc_NdefMap_t *NdefMap,
976 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t structure
991 NFCSTATUS phFriNfc_NdefMap_SetCompletionRoutine(phFriNfc_NdefMap_t *NdefMap,
1007 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1034 NFCSTATUS phFriNfc_NdefMap_RdNdef(phFriNfc_NdefMap_t *NdefMap,
1052 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1080 extern NFCSTATUS phFriNfc_NdefMap_WrNdef(phFriNfc_NdefMap_t *NdefMap,
1093 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1108 NFCSTATUS phFriNfc_NdefMap_ChkNdef(phFriNfc_NdefMap_t *NdefMap);
1118 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1133 NFCSTATUS phFriNfc_NdefMap_EraseNdef(phFriNfc_NdefMap_t *NdefMap);
1142 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1153 NFCSTATUS phFriNfc_NdefMap_GetContainerSize(const phFriNfc_NdefMap_t *NdefMap,uint32_t *maxSize, uint32_t *actualSize);
1164 * component's context (\ref phFriNfc_NdefMap_t).
1190 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1197 NFCSTATUS phFriNfc_ChkAndParseTLV(phFriNfc_NdefMap_t *NdefMap);
1207 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t component context structure.
1216 NFCSTATUS phFriNfc_NdefMap_MockupCardSetter(phFriNfc_NdefMap_t *NdefMap, uint8_t *NdefData, uint32_t NdefActualSize, uint32_t NdefMaxSize, uint32_t CardSize);