NXP NFC Reader Library
v4.040.05.011646
|
![]() |
Data Structures | |
struct | phpalI14443p3a_Sw_DataParams_t |
Software PAL-ISO14443P3A parameter structure. More... | |
Macros | |
#define | PHPAL_I14443P3A_SW_ID 0x01 |
ID for Software ISO14443-3A layer. More... | |
Functions | |
phStatus_t | phpalI14443p3a_Sw_Init (phpalI14443p3a_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams) |
Initialise this layer. More... | |
#define PHPAL_I14443P3A_SW_ID 0x01 |
ID for Software ISO14443-3A layer.
phStatus_t phpalI14443p3a_Sw_Init | ( | phpalI14443p3a_Sw_DataParams_t * | pDataParams, |
uint16_t | wSizeOfDataParams, | ||
void * | pHalDataParams | ||
) |
Initialise this layer.
PH_ERR_SUCCESS | Operation successful. |
[in] | pDataParams | Pointer to this layer's parameter structure. |
[in] | wSizeOfDataParams | Specifies the size of the data parameter structure. |
[in] | pHalDataParams | Pointer to the parameter structure of the underlying layer. |