Software implementation of the MIFARE Ultralight / NTAG commands. Here the MIFARE Ultralight / NTAG commands are framed and exchanged to PICC.
More...
Software implementation of the MIFARE Ultralight / NTAG commands. Here the MIFARE Ultralight / NTAG commands are framed and exchanged to PICC.
◆ phalMful_Sw_Init()
| phStatus_t phalMful_Sw_Init |
( |
phalMful_Sw_DataParams_t * |
pDataParams, |
|
|
uint16_t |
wSizeOfDataParams, |
|
|
void * |
pPalMifareDataParams, |
|
|
void * |
pKeyStoreDataParams, |
|
|
void * |
pCryptoDataParams, |
|
|
void * |
pCryptoRngDataParams |
|
) |
| |
Initialization API for MIFARE Ultralight / NTAG software component.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |
| [in] | pPalMifareDataParams | [In] Pointer to palMifare parameter structure. |
| [in] | pKeyStoreDataParams | [In] Pointer to phKeystore parameter structure. |
| [in] | pCryptoDataParams | [In] Pointer to phCrypto data parameters structure. |
| [in] | pCryptoRngDataParams | [In] Pointer to the parameter structure of the CryptoRng layer. |