
Data Structures | |
| struct | phalMfp_SamAV2_DataParams_t |
| MIFARE Plus SamAV2 parameter structure. More... | |
| struct | phalMfp_SamAV3_NonX_DataParams_t |
| MIFARE Plus SamAV3_NonX parameter structure. More... | |
Macros | |
| #define | PHAL_MFP_SAMAV2_ID 0x02 |
| ID for SamAV2 MIFARE Plus layer. | |
| #define | PHAL_MFP_SAMAV3_NONX_ID 0x04 |
| ID for SamAV3_NonX MIFARE Plus layer. | |
Functions | |
| phStatus_t | phalMfp_SamAV2_Init (phalMfp_SamAV2_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV2_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams) |
| Initialise this layer. More... | |
| phStatus_t | phalMfp_SamAV3_NonX_Init (phalMfp_SamAV3_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams) |
| Initialise this layer. More... | |
| phStatus_t phalMfp_SamAV2_Init | ( | phalMfp_SamAV2_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV2_DataParams_t * | pHalSamDataParams, | ||
| void * | pPalMifareDataParams | ||
| ) |
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] | pHalSamDataParams | [In] Pointer to the parameter structure of the hal of the SAM layer. |
| [in] | pPalMifareDataParams | [In] Pointer to the parameter structure of the palMifare component. |
| phStatus_t phalMfp_SamAV3_NonX_Init | ( | phalMfp_SamAV3_NonX_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV3_DataParams_t * | pHalSamDataParams, | ||
| void * | pPalMifareDataParams | ||
| ) |
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] | pHalSamDataParams | [In] Pointer to the parameter structure of the hal of the SAM layer. |
| [in] | pPalMifareDataParams | [In] Pointer to the parameter structure of the palMifare component. |