
Data Structures | |
| struct | phalMfdfEVx_SamAV3_X_DataParams_t |
| MIFARE DESFire EVx SAM X parameter structure More... | |
| struct | phalMfdfEVx_Sam_X_DataParams_t |
| MIFARE DESFire EVx SAM X parameter structure More... | |
Macros | |
| #define | PHAL_MFDFEVX_SAMAV3_X_ID 0x03U |
| ID for SamAV3 X-Mode MF DesFire EVx layer. | |
| #define | PHAL_MFDFEVX_SAM_X_ID 0x05U |
| ID for Sam X-Mode MF DesFire EVx layer. | |
Functions | |
| phStatus_t | phalMfdfEVx_SamAV3_X_Init (phalMfdfEVx_SamAV3_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, phTMIUtils_t *pTMIDataParams, uint8_t *pTmpBuffer, uint16_t wTmpBufSize) |
| Initialize SamAV3 X-Mode layer. More... | |
| phStatus_t | phalMfdfEVx_Sam_X_Init (phalMfdfEVx_Sam_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalSamDataParams, phTMIUtils_t *pTMIDataParams, uint8_t *pTmpBuffer, uint16_t wTmpBufSize) |
| Initialize Sam X-Mode layer. More... | |
| phStatus_t phalMfdfEVx_SamAV3_X_Init | ( | phalMfdfEVx_SamAV3_X_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV3_DataParams_t * | pHalSamDataParams, | ||
| phTMIUtils_t * | pTMIDataParams, | ||
| uint8_t * | pTmpBuffer, | ||
| uint16_t | wTmpBufSize | ||
| ) |
Initialize SamAV3 X-Mode 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] | pTMIDataParams | [In] Pointer to the parameter structure for collecting TMI. |
| [in] | pTmpBuffer | [In] Temporary buffer for framing the command buffer. Should be higher than 256 bytes. |
| [in] | wTmpBufSize | [In] Size of Temporary buffer. |
| phStatus_t phalMfdfEVx_Sam_X_Init | ( | phalMfdfEVx_Sam_X_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pHalSamDataParams, | ||
| phTMIUtils_t * | pTMIDataParams, | ||
| uint8_t * | pTmpBuffer, | ||
| uint16_t | wTmpBufSize | ||
| ) |
Initialize Sam X-Mode 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] | pTMIDataParams | [In] Pointer to the parameter structure for collecting TMI. |
| [in] | pTmpBuffer | [In] Temporary buffer for framing the command buffer. Should be higher than 256 bytes. |
| [in] | wTmpBufSize | [In] Size of Temporary buffer. |