
Data Structures | |
| struct | phalMfdfEVx_SamAV3_NonX_DataParams_t |
| MIFARE DESFire EVx SAM NonX parameter structure More... | |
| struct | phalMfdfEVx_Sam_NonX_DataParams_t |
| MIFARE DESFire EVx SAM NonX parameter structure More... | |
Macros | |
| #define | PHAL_MFDFEVX_SAMAV3_NONX_ID 0x02U |
| ID for SamAV3 Non X MF DesFire EVx layer. | |
| #define | PHAL_MFDFEVX_SAM_NONX_ID 0x04U |
| ID for Sam Non X MF DesFire EVx layer. | |
Functions | |
| phStatus_t | phalMfdfEVx_SamAV3_NonX_Init (phalMfdfEVx_SamAV3_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams, phTMIUtils_t *pTMIDataParams, uint8_t *pTmpBuffer, uint16_t wTmpBufSize) |
| Initializes the DESFire EVx Sam AV3 component in Non X mode (S mode). More... | |
| phStatus_t | phalMfdfEVx_Sam_NonX_Init (phalMfdfEVx_Sam_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalSamDataParams, void *pPalMifareDataParams, phTMIUtils_t *pTMIDataParams, uint8_t *pTmpBuffer, uint16_t wTmpBufSize) |
| Initializes the DESFire EVx Sam component in Non X mode (S mode). More... | |
| phStatus_t phalMfdfEVx_SamAV3_NonX_Init | ( | phalMfdfEVx_SamAV3_NonX_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV3_DataParams_t * | pHalSamDataParams, | ||
| void * | pPalMifareDataParams, | ||
| phTMIUtils_t * | pTMIDataParams, | ||
| uint8_t * | pTmpBuffer, | ||
| uint16_t | wTmpBufSize | ||
| ) |
Initializes the DESFire EVx Sam AV3 component in Non X mode (S mode).
| PH_ERR_SUCCESS | Operation successful. |
| PH_ERR_INVALID_DATA_PARAMS | for Invaid DataParams |
| PH_ERR_INVALID_PARAMETER | for invalid parameter values. |
| [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 Pal MIFARE parameter structure. |
| [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_NonX_Init | ( | phalMfdfEVx_Sam_NonX_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pHalSamDataParams, | ||
| void * | pPalMifareDataParams, | ||
| phTMIUtils_t * | pTMIDataParams, | ||
| uint8_t * | pTmpBuffer, | ||
| uint16_t | wTmpBufSize | ||
| ) |
Initializes the DESFire EVx Sam component in Non X mode (S mode).
| PH_ERR_SUCCESS | Operation successful. |
| PH_ERR_INVALID_DATA_PARAMS | for Invaid DataParams |
| PH_ERR_INVALID_PARAMETER | for invalid parameter values. |
| [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 Pal MIFARE parameter structure. |
| [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. |