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

Data Structures

struct  phalI18000p3m3_Sw_DataParams_t
 Software PAL-I18000P3M3 parameter structure. More...
 

Macros

#define PHAL_I18000P3M3_SW_ID   0x01
 ID for Software I18000P3M3 layer. More...
 

Functions

phStatus_t phalI18000p3m3_Sw_Init (phalI18000p3m3_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalI18000p3m3DataParams)
 Initialise this layer. More...
 

Detailed Description

Macro Definition Documentation

§ PHAL_I18000P3M3_SW_ID

#define PHAL_I18000P3M3_SW_ID   0x01

ID for Software I18000P3M3 layer.

Function Documentation

§ phalI18000p3m3_Sw_Init()

phStatus_t phalI18000p3m3_Sw_Init ( phalI18000p3m3_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pPalI18000p3m3DataParams 
)

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]pPalI18000p3m3DataParamsPointer to the parameter structure of the underlying PAL layer.