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

Data Structures

struct  phpalI18092mPI_Sw_DataParams_t
 ISO18092 mode passive initiator parameter structure. More...
 

Macros

#define PHPAL_I18092MPI_SW_ID   0x01U
 ID for Software ISO18092 layer. More...
 
#define PHPAL_I18092MPI_NFCID3_LENGTH   0x0AU
 Length of NFCID3. More...
 

Functions

phStatus_t phpalI18092mPI_Sw_Init (phpalI18092mPI_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams)
 Initialize this layer. More...
 

Detailed Description

Macro Definition Documentation

§ PHPAL_I18092MPI_SW_ID

#define PHPAL_I18092MPI_SW_ID   0x01U

ID for Software ISO18092 layer.

§ PHPAL_I18092MPI_NFCID3_LENGTH

#define PHPAL_I18092MPI_NFCID3_LENGTH   0x0AU

Length of NFCID3.

Function Documentation

§ phpalI18092mPI_Sw_Init()

phStatus_t phpalI18092mPI_Sw_Init ( phpalI18092mPI_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams 
)

Initialize 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.