NXP Reader Library  v17.1.0.2535
Component : Sam_NonX

Sub-Component to initialize ICode Generic component as SAM AV3 in NonX (S) Mode. More...

Collaboration diagram for Component : Sam_NonX:

Data Structures

struct  phalICode_SamAV3_NonX_DataParams_t
 Parameter structure for iCode Sam NonX layer implementation. More...
 

Macros

#define PHAL_ICODE_SAMAV3_NONX_ID   0x02U
 ID for ICode SamAV3 layer.
 

Functions

phStatus_t phalICode_SamAV3_NonX_Init (phalICode_SamAV3_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, void *pPalSli15693DataParams, void *pCryptoDataParams, void *pCryptoRngDataParams, void *pKeyStoreDataParams)
 Initializes the iCode Sam AV3 component in Non X mode (S mode). More...
 

Detailed Description

Sub-Component to initialize ICode Generic component as SAM AV3 in NonX (S) Mode.

Function Documentation

◆ phalICode_SamAV3_NonX_Init()

phStatus_t phalICode_SamAV3_NonX_Init ( phalICode_SamAV3_NonX_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phhalHw_SamAV3_DataParams_t pHalSamDataParams,
void *  pPalSli15693DataParams,
void *  pCryptoDataParams,
void *  pCryptoRngDataParams,
void *  pKeyStoreDataParams 
)

Initializes the iCode Sam AV3 component in Non X mode (S mode).

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 layer's parameter structure.
[in]wSizeOfDataParams[In] Specifies the size of the data parameter structure
[in]pHalSamDataParams[In] Pointer to the parameter structure of the underlying HAL of the SAM layer.
[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.