
Data Structures | |
| struct | phalMfdf_SamAV2_X_DataParams_t |
| MIFARE DESfire SAM AV2 X parameter structure More... | |
| struct | phalMfdf_SamAV3_X_DataParams_t |
| MIFARE DESfire SAM AV2 X parameter structure More... | |
Macros | |
| #define | PHAL_MFDF_SAMAV2_X_ID 0x03U |
| ID for SamAV2_X MF DesFire layer. | |
| #define | PHAL_MFDF_SAMAV3_X_ID 0x05U |
| ID for SamAV3_X MF DesFire layer. | |
Functions | |
| phStatus_t | phalMfdf_SamAV2_X_Init (phalMfdf_SamAV2_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV2_DataParams_t *pHalSamDataParams) |
| Initialise SAM AV2 X layer. More... | |
| phStatus_t | phalMfdf_SamAV3_X_Init (phalMfdf_SamAV3_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams) |
| Initialise SAM AV3 X layer. More... | |
| phStatus_t phalMfdf_SamAV2_X_Init | ( | phalMfdf_SamAV2_X_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV2_DataParams_t * | pHalSamDataParams | ||
| ) |
Initialise SAM AV2 X 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 HAL parameter structure of the SAM. |
| phStatus_t phalMfdf_SamAV3_X_Init | ( | phalMfdf_SamAV3_X_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV3_DataParams_t * | pHalSamDataParams | ||
| ) |
Initialise SAM AV3 X 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 HAL parameter structure of the SAM. |