
Data Structures | |
| struct | phalMfc_SamAV2_X_DataParams_t |
| SamAV2 AL-MFC parameter structure. More... | |
| struct | phalMfc_SamAV3_X_DataParams_t |
| SamAV3 AL-MFC parameter structure. More... | |
Macros | |
| #define | PHAL_MFC_SAMAV2_X_ID 0x02 |
| ID for SamAV2_X MIFARE layer. | |
| #define | PHAL_MFC_SAMAV3_X_ID 0x04 |
| ID for SamAV3_X MIFARE layer. | |
Functions | |
| phStatus_t | phalMfc_SamAV2_X_Init (phalMfc_SamAV2_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV2_DataParams_t *pHalDataParams, phpalMifare_SamAV2_X_DataParams_t *pPalMifareDataParams) |
| Initialise Mifare Classic SAM AV2 layer. More... | |
| phStatus_t | phalMfc_SamAV3_X_Init (phalMfc_SamAV3_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalDataParams, phpalMifare_SamAV3_X_DataParams_t *pPalMifareDataParams) |
| Initialise Mifare Classic SAM AV3 layer. More... | |
| phStatus_t phalMfc_SamAV2_X_Init | ( | phalMfc_SamAV2_X_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV2_DataParams_t * | pHalDataParams, | ||
| phpalMifare_SamAV2_X_DataParams_t * | pPalMifareDataParams | ||
| ) |
Initialise Mifare Classic SAM AV2 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] | pPalMifareDataParams | [In] Pointer to the parameter structure of the palMifare component. |
| phStatus_t phalMfc_SamAV3_X_Init | ( | phalMfc_SamAV3_X_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV3_DataParams_t * | pHalDataParams, | ||
| phpalMifare_SamAV3_X_DataParams_t * | pPalMifareDataParams | ||
| ) |
Initialise Mifare Classic SAM AV3 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] | pPalMifareDataParams | [In] Pointer to the parameter structure of the palMifare component. |