NXP Reader Library  v17.1.0.2535

Sub-Component to initialize PAL ISO15693 Generic component as RD710. Here the implementation of ISO15693 protocol is performed by RD710 reader. More...

Collaboration diagram for Component : Rd710:

Data Structures

struct  phpalSli15693_Rd710_DataParams_t
 RD710 Hardware Sli15693 PAL parameter structure. More...
 

Macros

#define PHPAL_SLI15693_RD710_ID   0x02U
 ID for RD710 layer implementation.
 

Functions

phStatus_t phpalSli15693_Rd710_Init (phpalSli15693_Rd710_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_Rd710_DataParams_t *pHalDataParams)
 Initialize PAL Sli15693 layer. More...
 

Detailed Description

Sub-Component to initialize PAL ISO15693 Generic component as RD710. Here the implementation of ISO15693 protocol is performed by RD710 reader.

Function Documentation

◆ phpalSli15693_Rd710_Init()

phStatus_t phpalSli15693_Rd710_Init ( phpalSli15693_Rd710_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_Rd710_DataParams_t pHalDataParams 
)

Initialize PAL Sli15693 layer.

This should be called before using any of the PAL Sli15693 APIs to do initialization of the layer. This configures the Sli15693 PAL with default configurations. Refer Configuration Options for supported configurations and their default values.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
  • Size of data parameter structure during Initialization, specified in wSizeOfDataParams is wrong.
  • If any of the DataParams are null.
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]pHalDataParams[In] Pointer to phhalHw_Rd710_DataParams_t parameter structure.