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

Data Structures

struct  phalMfc_Sw_DataParams_t
 Private parameter structure. More...
 

Macros

#define PHAL_MFC_SW_ID   0x01
 ID for Software MIFARE layer.
 

Functions

phStatus_t phalMfc_Sw_Init (phalMfc_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalMifareDataParams, void *pKeyStoreDataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

§ phalMfc_Sw_Init()

phStatus_t phalMfc_Sw_Init ( phalMfc_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pPalMifareDataParams,
void *  pKeyStoreDataParams 
)

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]pPalMifareDataParamsPointer to the parameter structure of the palMifare component.
[in]pKeyStoreDataParamsPointer to the parameter structure of the KeyStore component.