NXP Reader Library  v17.1.0.2535
Collaboration diagram for Component : Software:

Data Structures

struct  phpalEpcUid_Sw_DataParams_t
 Software PAL-EPCUID parameter structure. More...
 

Macros

#define PHPAL_EPCUID_SW_ID   0x01
 ID for Software EPCUID layer.
 

Functions

phStatus_t phpalEpcUid_Sw_Init (phpalEpcUid_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

◆ phpalEpcUid_Sw_Init()

phStatus_t phpalEpcUid_Sw_Init ( phpalEpcUid_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams 
)

Initialise this layer.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
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 the parameter structure of the underlying HAL layer.