NXP Reader Library  v17.1.0.2535
Component : SamAV3_X
Collaboration diagram for Component : SamAV3_X:

Data Structures

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

Macros

#define PHPAL_MIFARE_SAMAV3_X_ID   0x06
 ID for SamAV3_X MIFARE layer.
 

Functions

phStatus_t phpalMifare_SamAV3_X_Init (phpalMifare_SamAV3_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalDataParams, void *pPalI14443p4DataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

◆ phpalMifare_SamAV3_X_Init()

phStatus_t phpalMifare_SamAV3_X_Init ( phpalMifare_SamAV3_X_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_SamAV3_DataParams_t pHalDataParams,
void *  pPalI14443p4DataParams 
)

Initialise this layer.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]wSizeOfDataParams[In] Specifies the size of the data parameter structure.
[in]pHalDataParams[In] Pointer to the parameter structure of the underlying HAL layer.
[in]pPalI14443p4DataParams[In] Pointer to the parameter structure of the underlying ISO14443-4 layer.