|
NXP NFC Reader Library
v4.040.05.011646
|
|
Data Structures | |
| struct | phalMful_Sw_DataParams_t |
| Private parameter structure. More... | |
Macros | |
| #define | PHAL_MFUL_SW_ID 0x01 |
| ID for Software MIFARE Ultralight layer. | |
Functions | |
| phStatus_t | phalMful_Sw_Init (phalMful_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalMifareDataParams, void *pKeyStoreDataParams, void *pCryptoDataParams, void *pCryptoRngDataParams) |
| Initialise this layer. More... | |
| phStatus_t phalMful_Sw_Init | ( | phalMful_Sw_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pPalMifareDataParams, | ||
| void * | pKeyStoreDataParams, | ||
| void * | pCryptoDataParams, | ||
| void * | pCryptoRngDataParams | ||
| ) |
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 palMifare parameter structure. |
| [in] | pKeyStoreDataParams | Pointer to phKeystore parameter structure. |
| [in] | pCryptoDataParams | Pointer to phCrypto data parameters structure. |
| [in] | pCryptoRngDataParams | Pointer to the parameter structure of the CryptoRng layer. |