
Data Structures | |
| struct | phpalFelica_Sw_DataParams_t |
| Felica parameter structure. More... | |
Macros | |
| #define | PHPAL_FELICA_SW_ID 0x01 |
| ID for Software Felica layer. | |
Functions | |
| phStatus_t | phpalFelica_Sw_Init (phpalFelica_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams) |
| Initialise this layer. More... | |
| phStatus_t phpalFelica_Sw_Init | ( | phpalFelica_Sw_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | 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. |