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

Data Structures

struct  phalMfp_SamAV2_X_DataParams_t
 MIFARE Plus SamAV2_X parameter structure. More...
 
struct  phalMfp_SamAV3_X_DataParams_t
 MIFARE Plus SamAV3_X parameter structure. More...
 

Macros

#define PHAL_MFP_SAMAV2_X_ID   0x03
 ID for SamAV2_X MIFARE Plus layer.
 
#define PHAL_MFP_SAMAV3_X_ID   0x05
 ID for SamAV3_X MIFARE Plus layer.
 

Functions

phStatus_t phalMfp_SamAV2_X_Init (phalMfp_SamAV2_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV2_DataParams_t *pHalDataParams, void *pPalMifareDataParams)
 Initialise this layer. More...
 
phStatus_t phalMfp_SamAV3_X_Init (phalMfp_SamAV3_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalDataParams, void *pPalMifareDataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

◆ phalMfp_SamAV2_X_Init()

phStatus_t phalMfp_SamAV2_X_Init ( phalMfp_SamAV2_X_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_SamAV2_DataParams_t pHalDataParams,
void *  pPalMifareDataParams 
)

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 HAL parameter structure of the SAM.
[in]pPalMifareDataParams[In] Pointer to the parameter structure of the underlying palMFIARE layer.

◆ phalMfp_SamAV3_X_Init()

phStatus_t phalMfp_SamAV3_X_Init ( phalMfp_SamAV3_X_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_SamAV3_DataParams_t pHalDataParams,
void *  pPalMifareDataParams 
)

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 HAL parameter structure of the SAM.
[in]pPalMifareDataParams[In] Pointer to the parameter structure of the underlying palMFIARE layer.