NXP NFC Reader Library  v4.040.05.011646
Collaboration diagram for Component : Software:

Data Structures

struct  phpalI14443p4_Sw_DataParams_t
 ISO14443-4 parameter structure. More...
 

Macros

#define PHPAL_I14443P4_SW_ID   0x01
 ID for Software ISO14443-4 layer.
 

Functions

phStatus_t phpalI14443p4_Sw_Init (phpalI14443p4_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

§ phpalI14443p4_Sw_Init()

phStatus_t phpalI14443p4_Sw_Init ( phpalI14443p4_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams 
)

Initialise this layer.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
Parameters
[in]pDataParamsPointer to this layer's parameter structure.
[in]wSizeOfDataParamsSpecifies the size of the data parameter structure.
[in]pHalDataParamsPointer to the parameter structure of the underlying layer.