
Data Structures | |
| struct | phpalI14443p3a_Sam_X_DataParams_t |
| ISO14443-3A parameter structure for SAM (AV4 and future SAM's) X. More... | |
Macros | |
| #define | PHPAL_I14443P3A_SAM_X_ID 0x08 |
| ID for SAM (AV4 and future SAM's) ISO14443-3A in X-Mode layer. | |
Functions | |
| phStatus_t | phpalI14443p3a_Sam_X_Init (phpalI14443p3a_Sam_X_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_Sam_DataParams_t *pHalDataParams) |
| Initialise this layer. More... | |
| phStatus_t phpalI14443p3a_Sam_X_Init | ( | phpalI14443p3a_Sam_X_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_Sam_DataParams_t * | pHalDataParams | ||
| ) |
Initialise this 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] | pHalDataParams | [In] Pointer to the parameter structure of the underlying layer. |