NXP NFC Reader Library
v4.040.05.011646
|
![]() |
Data Structures | |
struct | phalSli_Sw_DataParams_t |
Private parameter structure. More... | |
Macros | |
#define | PHAL_SLI_SW_ID 0x01 |
ID for Software ICode SLI layer. More... | |
Functions | |
phStatus_t | phalSli_Sw_Init (phalSli_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalSli15693DataParams) |
Initialise this layer. More... | |
#define PHAL_SLI_SW_ID 0x01 |
ID for Software ICode SLI layer.
phStatus_t phalSli_Sw_Init | ( | phalSli_Sw_DataParams_t * | pDataParams, |
uint16_t | wSizeOfDataParams, | ||
void * | pPalSli15693DataParams | ||
) |
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] | pPalSli15693DataParams | Pointer to palSli15693 parameter structure. |