NXP Reader Library  v17.1.0.2535
Component : Software

Sub-Component to initialize ICode Generic component as Software. More...

Collaboration diagram for Component : Software:

Data Structures

struct  phalICode_Sw_DataParams_t
 Data structure for ICode Software layer implementation
More...
 

Macros

#define PHAL_ICODE_SW_ID   0x01U
 ID for ICode Software layer.
 

Functions

phStatus_t phalICode_Sw_Init (phalICode_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalSli15693DataParams, void *pCryptoDataParams, void *pCryptoRngDataParams, void *pKeyStoreDataParams)
 Initialization API for ICode software component. More...
 

Detailed Description

Sub-Component to initialize ICode Generic component as Software.

Function Documentation

◆ phalICode_Sw_Init()

phStatus_t phalICode_Sw_Init ( phalICode_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pPalSli15693DataParams,
void *  pCryptoDataParams,
void *  pCryptoRngDataParams,
void *  pKeyStoreDataParams 
)

Initialization API for ICode software component.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMS
  • If the input size doest not match the DataParams size of this component.
  • If any of the DataParams are null.
Parameters
[in]pDataParams[In] Pointer to this layers parameter structure.
[in]wSizeOfDataParams[In] Specifies the size of the data parameter structure.
[in]pPalSli15693DataParams[In] Pointer to the parameter structure of the underlying palSli15693 layer.
[in]pCryptoDataParams[In] Pointer to the parameter structure of the underlying Crypto layer for encryption / Decryption.
[in]pCryptoRngDataParams[In] Pointer to the parameter structure of the underlying Crypto layer for random number generation.
[in]pKeyStoreDataParams[In] Pointer to the parameter structure of the underlying KeyStore layer.