RC523 Reader HAL.
More...
RC523 Reader HAL.
This HAL supports all the additional features required for Pn512 :
Pn512 and Rc523 are compatible for the common features that they support.
§ PHHAL_HW_RC523_ID
#define PHHAL_HW_RC523_ID 0x02 |
ID for Rc523 HAL component.
§ PHHAL_HW_RC523_SHADOW_COUNT
#define PHHAL_HW_RC523_SHADOW_COUNT 0x000FU |
Number of shadowed configurations.
§ phhalHw_Rc523_Init()
Initialize the HAL component.
- Returns
- Status code
- Return values
-
PH_ERR_SUCCESS | Operation successful. |
Other | Depending on implementation and underlying component. |
- Parameters
-
[in] | pDataParams | Pointer to this layer's parameter structure. |
[in] | wSizeOfDataParams | Specifies the size of the data parameter structure. |
[in] | pBalDataParams | Pointer to the lower layers parameter structure. |
[in] | pKeyStoreDataParams | Pointer to the parameter structure of the keyStore layer. |
[in] | pTxBuffer | Pointer to global transmit buffer used by the phhalHw_Exchange() function. |
[in] | wTxBufSize | Size of the global transmit buffer. |
[in] | pRxBuffer | Pointer to global receive buffer used by the phhalHw_Exchange() function. |
[in] | wRxBufSize | Size of the global receive buffer. Specify the buffer +1 byte, because one byte is reserved for SPI communication. |