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

Data Structures

struct  phpalI14443p3a_Rd710_DataParams_t
 PAL-ISO14443P3A parameter structure for Rd710 reader. More...
 

Macros

#define PHPAL_I14443P3A_RD710_ID   0x04
 ID for Rd710 ISO14443-3A layer.
 

Functions

phStatus_t phpalI14443p3a_Rd710_Init (phpalI14443p3a_Rd710_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_Rd710_DataParams_t *pHalDataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

◆ phpalI14443p3a_Rd710_Init()

phStatus_t phpalI14443p3a_Rd710_Init ( phpalI14443p3a_Rd710_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_Rd710_DataParams_t pHalDataParams 
)

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 parameter structure of the underlying layer.