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

Data Structures

struct  phalMfp_SamAV2_DataParams_t
 MIFARE Plus SamAV2 parameter structure. More...
 
struct  phalMfp_SamAV3_NonX_DataParams_t
 MIFARE Plus SamAV3_NonX parameter structure. More...
 

Macros

#define PHAL_MFP_SAMAV2_ID   0x02
 ID for SamAV2 MIFARE Plus layer.
 
#define PHAL_MFP_SAMAV3_NONX_ID   0x04
 ID for SamAV3_NonX MIFARE Plus layer.
 

Functions

phStatus_t phalMfp_SamAV2_Init (phalMfp_SamAV2_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV2_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams)
 Initialise this layer. More...
 
phStatus_t phalMfp_SamAV3_NonX_Init (phalMfp_SamAV3_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

◆ phalMfp_SamAV2_Init()

phStatus_t phalMfp_SamAV2_Init ( phalMfp_SamAV2_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_SamAV2_DataParams_t pHalSamDataParams,
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]pHalSamDataParams[In] Pointer to the parameter structure of the hal of the SAM layer.
[in]pPalMifareDataParams[In] Pointer to the parameter structure of the palMifare component.

◆ phalMfp_SamAV3_NonX_Init()

phStatus_t phalMfp_SamAV3_NonX_Init ( phalMfp_SamAV3_NonX_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_SamAV3_DataParams_t pHalSamDataParams,
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]pHalSamDataParams[In] Pointer to the parameter structure of the hal of the SAM layer.
[in]pPalMifareDataParams[In] Pointer to the parameter structure of the palMifare component.