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

Data Structures

struct  phalMfpEVx_SamAV3_NonX_DataParams_t
 MIFARE Plus EVx SamAV3 NonX parameter structure. More...
 
struct  phalMfpEVx_Sam_NonX_DataParams_t
 MIFARE Plus EVx Sam NonX parameter structure. More...
 

Macros

#define PHAL_MFPEVX_SAM_NONX_ID   0x04U
 ID for Sam NonX layer implementation of MIFARE Plus EVx product.
 

Functions

phStatus_t phalMfpEVx_SamAV3_NonX_Init (phalMfpEVx_SamAV3_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams, phTMIUtils_t *pTMIDataParams)
 Initializes the AL component as SamAV3 NonX (S-Mode) component. More...
 
phStatus_t phalMfpEVx_Sam_NonX_Init (phalMfpEVx_Sam_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalSamDataParams, void *pPalMifareDataParams, phTMIUtils_t *pTMIDataParams)
 Initializes the AL component as Sam NonX (S-Mode) component. More...
 

Detailed Description

Function Documentation

◆ phalMfpEVx_SamAV3_NonX_Init()

phStatus_t phalMfpEVx_SamAV3_NonX_Init ( phalMfpEVx_SamAV3_NonX_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_SamAV3_DataParams_t pHalSamDataParams,
void *  pPalMifareDataParams,
phTMIUtils_t pTMIDataParams 
)

Initializes the AL component as SamAV3 NonX (S-Mode) 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.

◆ phalMfpEVx_Sam_NonX_Init()

phStatus_t phalMfpEVx_Sam_NonX_Init ( phalMfpEVx_Sam_NonX_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalSamDataParams,
void *  pPalMifareDataParams,
phTMIUtils_t pTMIDataParams 
)

Initializes the AL component as Sam NonX (S-Mode) 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.