|
NXP NFC Reader Library
v4.040.05.011646
|
|
Data Structures | |
| struct | phalI18000p3m3_Sw_DataParams_t |
| Software PAL-I18000P3M3 parameter structure. More... | |
Macros | |
| #define | PHAL_I18000P3M3_SW_ID 0x01 |
| ID for Software I18000P3M3 layer. More... | |
Functions | |
| phStatus_t | phalI18000p3m3_Sw_Init (phalI18000p3m3_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalI18000p3m3DataParams) |
| Initialise this layer. More... | |
| #define PHAL_I18000P3M3_SW_ID 0x01 |
ID for Software I18000P3M3 layer.
| phStatus_t phalI18000p3m3_Sw_Init | ( | phalI18000p3m3_Sw_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pPalI18000p3m3DataParams | ||
| ) |
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] | pPalI18000p3m3DataParams | Pointer to the parameter structure of the underlying PAL layer. |