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

Data Structures

struct  phalT1T_Sw_DataParams_t
 Private parameter structure. More...
 

Macros

#define PHAL_T1T_SW_ID   0x01U
 ID for Software T1T layer.
 

Functions

phStatus_t phalT1T_Sw_Init (phalT1T_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalI14443p3aDataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

§ phalT1T_Sw_Init()

phStatus_t phalT1T_Sw_Init ( phalT1T_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pPalI14443p3aDataParams 
)

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]pPalI14443p3aDataParamsPointer to the parameter structure of the underlying ISO14443-3 layer.