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

Data Structures

struct  phalMfdfLight_SamAV3_NonX_DataParams_t
 MIFARE DESfire Light SAM AV3 NonX parameter structure
More...
 

Macros

#define PHAL_MFDFLIGHT_SAMAV3_NONX_ID   0x02U
 ID for SamAV3 Non X MF DesFire LIGHT layer.
 

Functions

phStatus_t phalMfdfLight_SamAV3_NonX_Init (phalMfdfLight_SamAV3_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams, phTMIUtils_t *pTMIDataParams)
 Initializes the DESFire Light Sam AV3 component in Non X mode (S mode). More...
 

Detailed Description

Function Documentation

◆ phalMfdfLight_SamAV3_NonX_Init()

phStatus_t phalMfdfLight_SamAV3_NonX_Init ( phalMfdfLight_SamAV3_NonX_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_SamAV3_DataParams_t pHalSamDataParams,
void *  pPalMifareDataParams,
phTMIUtils_t pTMIDataParams 
)

Initializes the DESFire Light Sam AV3 component in Non X mode (S mode).

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMSfor Invaid Dataparams
PH_ERR_INVALID_PARAMETERfor invalid parameter values.
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 Pal Mifare parameter structure.
[in]pTMIDataParams[In] Pointer to the parameter structure for collecting TMI.