NXP NFC Reader Library  v4.040.05.011646
Component : Software
Collaboration diagram for Component : Software:

Data Structures

struct  phalMfdf_Sw_DataParams_t
 struct phalMfdf_Sw_DataParams_t More...
 

Macros

#define PHAL_MFDF_SW_ID   0x01U
 ID for Software MF DesFire layer. More...
 

Functions

phStatus_t phalMfdf_Sw_Init (phalMfdf_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalMifareDataParams, void *pKeyStoreDataParams, void *pCryptoDataParamsEnc, void *pCryptoRngDataParams, void *pHalDataParams)
 Initialise this layer. More...
 

Detailed Description

Macro Definition Documentation

§ PHAL_MFDF_SW_ID

#define PHAL_MFDF_SW_ID   0x01U

ID for Software MF DesFire layer.

Function Documentation

§ phalMfdf_Sw_Init()

phStatus_t phalMfdf_Sw_Init ( phalMfdf_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pPalMifareDataParams,
void *  pKeyStoreDataParams,
void *  pCryptoDataParamsEnc,
void *  pCryptoRngDataParams,
void *  pHalDataParams 
)

Initialise this layer.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
Parameters
[in]pDataParamsPointer to this layer's parameter structure.
[in]wSizeOfDataParamsSpecifies the size of the data parameter structure
[in]pPalMifareDataParamsPointer to a palMifare component context.
[in]pKeyStoreDataParamsPointer to Key Store data parameters.
[in]pCryptoDataParamsEncPointer to a Crypto component context for encryption.
[in]pCryptoRngDataParamsPointer to a CryptoRng component context.
[in]pHalDataParamsPointer to the HAL parameters structure.