Component without functionality to ease implementation of additional busses. More...

Data Structures | |
| struct | phpalMifare_Stub_DataParams_t |
| Stub PAL-MIFARE parameter structure. More... | |
Macros | |
| #define | PHPAL_MIFARE_STUB_ID 0x01 |
| ID for Stub MIFARE layer. | |
Functions | |
| phStatus_t | phpalMifare_Stub_Init (phpalMifare_Stub_DataParams_t *pDataParams, uint16_t wSizeOfDataParams) |
| Initialise this layer. More... | |
Component without functionality to ease implementation of additional busses.
| phStatus_t phpalMifare_Stub_Init | ( | phpalMifare_Stub_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams | ||
| ) |
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. |