
Data Structures | |
| struct | phpalMifare_SamAV2_X_DataParams_t |
| Software PAL-MIFARE parameter structure. More... | |
Macros | |
| #define | PHPAL_MIFARE_SAMAV2_X_ID 0x03 |
| ID for SamAV2_X MIFARE layer. | |
Functions | |
| phStatus_t | phpalMifare_SamAV2_X_Init (phpalMifare_SamAV2_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV2_DataParams_t *pHalDataParams, void *pPalI14443p4DataParams) |
| Initialise this layer. More... | |
| phStatus_t phpalMifare_SamAV2_X_Init | ( | phpalMifare_SamAV2_X_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV2_DataParams_t * | pHalDataParams, | ||
| void * | pPalI14443p4DataParams | ||
| ) |
Initialise this layer.
| PH_ERR_SUCCESS | Operation successful. |
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |
| [in] | pHalDataParams | [In] Pointer to the parameter structure of the underlying HAL layer. |
| [in] | pPalI14443p4DataParams | [In] Pointer to the parameter structure of the underlying ISO14443-4 layer. |