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

Data Structures

struct  phpalMifare_Sw_DataParams_t
 Software PAL-MIFARE parameter structure. More...
 

Macros

#define PHPAL_MIFARE_SW_ID   0x02
 ID for Software MIFARE layer. More...
 

Functions

phStatus_t phpalMifare_Sw_Init (phpalMifare_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams, void *pPalI14443p4DataParams)
 Initialize this layer. More...
 

Detailed Description

Macro Definition Documentation

§ PHPAL_MIFARE_SW_ID

#define PHPAL_MIFARE_SW_ID   0x02

ID for Software MIFARE layer.

Function Documentation

§ phpalMifare_Sw_Init()

phStatus_t phpalMifare_Sw_Init ( phpalMifare_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams,
void *  pPalI14443p4DataParams 
)

Initialize this layer.

Remark: pPalI14443p4DataParams can be NULL in case phpalMifare_ExchangeL4 and phpalMifare_ExchangePc are not needed.

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]pHalDataParamsPointer to the parameter structure of the underlying HAL layer.
[in]pPalI14443p4DataParamsPointer to the parameter structure of the underlying ISO14443-4 layer.