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

Data Structures | |
| struct | phpalMifare_Rd710_DataParams_t |
| Software PAL-MIFARE parameter structure. More... | |
Macros | |
| #define | PHPAL_MIFARE_RD710_ID 0x04 |
| ID for RD710 MIFARE layer. | |
Functions | |
| phStatus_t | phpalMifare_Rd710_Init (phpalMifare_Rd710_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phhalHw_Rd710_DataParams_t *pHalDataParams) |
| Initialise this layer. More... | |
Component without functionality to ease implementation of additional busses.
| phStatus_t phpalMifare_Rd710_Init | ( | phpalMifare_Rd710_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| phhalHw_Rd710_DataParams_t * | 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 HAL layer. |