
Data Structures | |
| struct | phalFelica_Sw_DataParams_t |
| Private parameter structure. More... | |
Macros | |
| #define | PHAL_FELICA_SW_ID 0x01 |
| ID for Software alFelica layer. | |
Functions | |
| phStatus_t | phalFelica_Sw_Init (phalFelica_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalFelica_DataParams) |
| Initialise this layer. More... | |
| phStatus_t phalFelica_Sw_Init | ( | phalFelica_Sw_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pPalFelica_DataParams | ||
| ) |
Initialise this layer.
| PH_ERR_SUCCESS | Operation successful. |
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |
| [in] | pPalFelica_DataParams | [In] Pointer to palFelica parameter structure. |