|
NXP NFC Reader Library
v4.040.05.011646
|
|
Data Structures | |
| struct | phalI15693_Sw_DataParams_t |
| Private parameter structure. More... | |
Macros | |
| #define | PHAL_I15693_SW_ID 0x01 |
| ID for Software I15693 layer. | |
Functions | |
| phStatus_t | phalI15693_Sw_Init (phalI15693_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalSli15693DataParams) |
| Initialize this layer. More... | |
| phStatus_t phalI15693_Sw_Init | ( | phalI15693_Sw_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pPalSli15693DataParams | ||
| ) |
Initialize this layer.
| PH_ERR_SUCCESS | Operation successful. |
| [in] | pDataParams | Pointer to this layers parameter structure. |
| [in] | wSizeOfDataParams | Specifies the size of the data parameter structure. |
| [in] | pPalSli15693DataParams | Pointer to palSli15693 parameter structure. |