
Data Structures | |
| struct | phalMfpEVx_SamAV3_NonX_DataParams_t |
| MIFARE Plus EVx SamAV3 NonX parameter structure. More... | |
| struct | phalMfpEVx_Sam_NonX_DataParams_t |
| MIFARE Plus EVx Sam NonX parameter structure. More... | |
Macros | |
| #define | PHAL_MFPEVX_SAM_NONX_ID 0x04U |
| ID for Sam NonX layer implementation of MIFARE Plus EVx product. | |
Functions | |
| phStatus_t | phalMfpEVx_SamAV3_NonX_Init (phalMfpEVx_SamAV3_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_SamAV3_DataParams_t *pHalSamDataParams, void *pPalMifareDataParams, phTMIUtils_t *pTMIDataParams) |
| Initializes the AL component as SamAV3 NonX (S-Mode) component. More... | |
| phStatus_t | phalMfpEVx_Sam_NonX_Init (phalMfpEVx_Sam_NonX_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalSamDataParams, void *pPalMifareDataParams, phTMIUtils_t *pTMIDataParams) |
| Initializes the AL component as Sam NonX (S-Mode) component. More... | |
| phStatus_t phalMfpEVx_SamAV3_NonX_Init | ( | phalMfpEVx_SamAV3_NonX_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_SamAV3_DataParams_t * | pHalSamDataParams, | ||
| void * | pPalMifareDataParams, | ||
| phTMIUtils_t * | pTMIDataParams | ||
| ) |
Initializes the AL component as SamAV3 NonX (S-Mode) component.
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlaying component. |
| [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. |
| [in] | pTMIDataParams | [In] Pointer to the parameter structure for collecting TMI. |
| phStatus_t phalMfpEVx_Sam_NonX_Init | ( | phalMfpEVx_Sam_NonX_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pHalSamDataParams, | ||
| void * | pPalMifareDataParams, | ||
| phTMIUtils_t * | pTMIDataParams | ||
| ) |
Initializes the AL component as Sam NonX (S-Mode) component.
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlaying component. |
| [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. |
| [in] | pTMIDataParams | [In] Pointer to the parameter structure for collecting TMI. |