Home | History | Annotate | Download | only in src

Lines Matching refs:NdefMap

375     /** Version of the Ndefmap document*/
976 * \param[in] NdefMap is a Pointer to a valid and initialised or uninitialised instance
1014 NFCSTATUS phFriNfc_NdefMap_Reset(phFriNfc_NdefMap_t *NdefMap,
1038 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t structure
1053 NFCSTATUS phFriNfc_NdefMap_SetCompletionRoutine(phFriNfc_NdefMap_t *NdefMap,
1069 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1096 NFCSTATUS phFriNfc_NdefMap_RdNdef(phFriNfc_NdefMap_t *NdefMap,
1114 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1142 extern NFCSTATUS phFriNfc_NdefMap_WrNdef(phFriNfc_NdefMap_t *NdefMap,
1155 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1170 NFCSTATUS phFriNfc_NdefMap_ChkNdef(phFriNfc_NdefMap_t *NdefMap);
1183 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t structure describing
1191 phFriNfc_NdefMap_t *NdefMap);
1203 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1218 NFCSTATUS phFriNfc_NdefMap_EraseNdef(phFriNfc_NdefMap_t *NdefMap);
1227 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1238 NFCSTATUS phFriNfc_NdefMap_GetContainerSize(const phFriNfc_NdefMap_t *NdefMap,uint32_t *maxSize, uint32_t *actualSize);
1275 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t
1282 NFCSTATUS phFriNfc_ChkAndParseTLV(phFriNfc_NdefMap_t *NdefMap);
1292 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t component context structure.
1301 NFCSTATUS phFriNfc_NdefMap_MockupCardSetter(phFriNfc_NdefMap_t *NdefMap, uint8_t *NdefData, uint32_t NdefActualSize, uint32_t NdefMaxSize, uint32_t CardSize);