NXP Reader Library  v17.1.0.2535

Software implementation of the MIFARE Ultralight / NTAG commands. Here the MIFARE Ultralight / NTAG commands are framed and exchanged to PICC. More...

Collaboration diagram for Component : Software:

Data Structures

struct  phalMful_Sw_DataParams_t
 Data structure for MIFARE Ultralight / NTAG Software layer implementation
More...
 

Macros

#define PHAL_MFUL_SW_ID   0x01
 ID for Software MIFARE Ultralight layer.
 

Functions

phStatus_t phalMful_Sw_Init (phalMful_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalMifareDataParams, void *pKeyStoreDataParams, void *pCryptoDataParams, void *pCryptoRngDataParams)
 Initialization API for MIFARE Ultralight / NTAG software component. More...
 

Detailed Description

Software implementation of the MIFARE Ultralight / NTAG commands. Here the MIFARE Ultralight / NTAG commands are framed and exchanged to PICC.

Function Documentation

◆ phalMful_Sw_Init()

phStatus_t phalMful_Sw_Init ( phalMful_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pPalMifareDataParams,
void *  pKeyStoreDataParams,
void *  pCryptoDataParams,
void *  pCryptoRngDataParams 
)

Initialization API for MIFARE Ultralight / NTAG software component.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMS
  • If the input size doest not match the DataParams size of this component.
  • If any of the DataParams are null.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]wSizeOfDataParams[In] Specifies the size of the data parameter structure.
[in]pPalMifareDataParams[In] Pointer to palMifare parameter structure.
[in]pKeyStoreDataParams[In] Pointer to phKeystore parameter structure.
[in]pCryptoDataParams[In] Pointer to phCrypto data parameters structure.
[in]pCryptoRngDataParams[In] Pointer to the parameter structure of the CryptoRng layer.