
Data Structures | |
| struct | phalMfdf_SamAV2_DataParams_t |
| MIFARE DESfire SAM AV2 NonX parameter structure More... | |
| struct | phalMfdf_SamAV3_NonX_DataParams_t |
| MIFARE DESfire SAM AV3 NonX parameter structure More... | |
Macros | |
| #define | PHAL_MFDF_SAMAV2_ID 0x02U |
| ID for SamAV2 MF DesFire layer. | |
| #define | PHAL_MFDF_SAMAV3_NONX_ID 0x04U |
| ID for SamAV3 MF DesFire layer. | |
Functions | |
| phStatus_t | phalMfdf_SamAV2_Init (phalMfdf_SamAV2_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV2_DataParams_t *pHalSamDataParams, void *pHalDataParams, void *pPalMifareDataParams) |
| Initialise SAM AV2 NonX layer. More... | |
| phStatus_t | phalMfdf_SamAV3_NonX_Init (phalMfdf_SamAV3_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams) |
| Initialise SAM AV3 NonX layer. More... | |
| phStatus_t phalMfdf_SamAV2_Init | ( | phalMfdf_SamAV2_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV2_DataParams_t * | pHalSamDataParams, | ||
| void * | pHalDataParams, | ||
| void * | pPalMifareDataParams | ||
| ) |
Initialise SAM AV2 NonX 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. |
| [in] | pHalDataParams | [In] Pointer to HAL param structure of contactless reader. |
| [in] | pPalMifareDataParams | [In] Pointer to the parameter structure of the underlying palMIFARE layer. |
| phStatus_t phalMfdf_SamAV3_NonX_Init | ( | phalMfdf_SamAV3_NonX_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV3_DataParams_t * | pHalSamDataParams, | ||
| void * | pPalMifareDataParams | ||
| ) |
Initialise SAM AV3 NonX 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. |
| [in] | pPalMifareDataParams | [In] Pointer to the parameter structure of the underlying palMIFARE layer. |