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

Data Structures

struct  phalMfpEVx_SamAV3_X_DataParams_t
 MIFARE Plus EVx SamAV3 X parameter structure. More...
 

Functions

phStatus_t phalMfpEVx_SamAV3_X_Init (phalMfpEVx_SamAV3_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams, phTMIUtils_t *pTMIDataParams)
 Initializes the AL component as SamAV3 X component. More...
 

Detailed Description

Function Documentation

◆ phalMfpEVx_SamAV3_X_Init()

phStatus_t phalMfpEVx_SamAV3_X_Init ( phalMfpEVx_SamAV3_X_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_SamAV3_DataParams_t pHalSamDataParams,
void *  pPalMifareDataParams,
phTMIUtils_t pTMIDataParams 
)

Initializes the AL component as SamAV3 X component.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
OtherDepending on implementation and underlaying component.
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 HAL parameter structure of the SAM.
[in]pPalMifareDataParams[In] Pointer to the parameter structure of the underlying palMIFARE layer.
[in]pTMIDataParams[In] Pointer to the parameter structure for collecting TMI.