
Data Structures | |
| struct | phalMfIdentity_SamAV3_X_DataParams_t |
| MIFARE Identity SAM AV3 X parameter structure More... | |
Macros | |
| #define | PHAL_MFIDENTITY_SAMAV3_X_ID 0x03U |
| ID for SamAV3 X-Mode MF Identity layer. | |
Functions | |
| phStatus_t | phalMfIdentity_SamAV3_X_Init (phalMfIdentity_SamAV3_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, phTMIUtils_t *pTMIDataParams) |
| Initialise SamAV3 X-Mode layer. More... | |
| phStatus_t phalMfIdentity_SamAV3_X_Init | ( | phalMfIdentity_SamAV3_X_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV3_DataParams_t * | pHalSamDataParams, | ||
| phTMIUtils_t * | pTMIDataParams | ||
| ) |
Initialise 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. |