NXP Reader Library  v17.1.0.2535

end of group phpalMifare_Sam_X More...

Collaboration diagram for Component : Rd710:

Data Structures

struct  phpalMifare_Rd710_DataParams_t
 Software PAL-MIFARE parameter structure. More...
 

Macros

#define PHPAL_MIFARE_RD710_ID   0x04
 ID for RD710 MIFARE layer.
 

Functions

phStatus_t phpalMifare_Rd710_Init (phpalMifare_Rd710_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_Rd710_DataParams_t *pHalDataParams)
 Initialise this layer. More...
 

Detailed Description

end of group phpalMifare_Sam_X

Component without functionality to ease implementation of additional busses.

Function Documentation

◆ phpalMifare_Rd710_Init()

phStatus_t phpalMifare_Rd710_Init ( phpalMifare_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 HAL layer.