NXP NFC Reader Library
v4.040.05.011646
|
![]() |
Data Structures | |
struct | phalMfdf_Sw_DataParams_t |
struct phalMfdf_Sw_DataParams_t More... | |
Macros | |
#define | PHAL_MFDF_SW_ID 0x01U |
ID for Software MF DesFire layer. More... | |
Functions | |
phStatus_t | phalMfdf_Sw_Init (phalMfdf_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalMifareDataParams, void *pKeyStoreDataParams, void *pCryptoDataParamsEnc, void *pCryptoRngDataParams, void *pHalDataParams) |
Initialise this layer. More... | |
#define PHAL_MFDF_SW_ID 0x01U |
ID for Software MF DesFire layer.
phStatus_t phalMfdf_Sw_Init | ( | phalMfdf_Sw_DataParams_t * | pDataParams, |
uint16_t | wSizeOfDataParams, | ||
void * | pPalMifareDataParams, | ||
void * | pKeyStoreDataParams, | ||
void * | pCryptoDataParamsEnc, | ||
void * | pCryptoRngDataParams, | ||
void * | pHalDataParams | ||
) |
Initialise this layer.
PH_ERR_SUCCESS | Operation successful. |
[in] | pDataParams | Pointer to this layer's parameter structure. |
[in] | wSizeOfDataParams | Specifies the size of the data parameter structure |
[in] | pPalMifareDataParams | Pointer to a palMifare component context. |
[in] | pKeyStoreDataParams | Pointer to Key Store data parameters. |
[in] | pCryptoDataParamsEnc | Pointer to a Crypto component context for encryption. |
[in] | pCryptoRngDataParams | Pointer to a CryptoRng component context. |
[in] | pHalDataParams | Pointer to the HAL parameters structure. |