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

Data Structures

struct  phpalMifare_Sam_X_DataParams_t
 SAM (AV4 and future SAM's) PAL-MIFARE parameter structure. More...
 

Macros

#define PHPAL_MIFARE_SAM_X_ID   0x08
 ID for SAM (AV4 and future SAM's) MIFARE layer.
 

Functions

phStatus_t phpalMifare_Sam_X_Init (phpalMifare_Sam_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_Sam_DataParams_t *pHalDataParams, void *pPalI14443p4DataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

◆ phpalMifare_Sam_X_Init()

phStatus_t phpalMifare_Sam_X_Init ( phpalMifare_Sam_X_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_Sam_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.