NXP NFC Reader Library
v4.040.05.011646
|
![]() |
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... | |
#define PHPAL_MIFARE_SW_ID 0x02 |
ID for Software MIFARE layer.
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.
PH_ERR_SUCCESS | Operation successful. |
[in] | pDataParams | Pointer to this layer's parameter structure. |
[in] | wSizeOfDataParams | Specifies the size of the data parameter structure. |
[in] | pHalDataParams | Pointer to the parameter structure of the underlying HAL layer. |
[in] | pPalI14443p4DataParams | Pointer to the parameter structure of the underlying ISO14443-4 layer. |