MfcCrypto Reader HAL.
More...
MfcCrypto Reader HAL.
Software Implementation of MIFARE Crypto1.
◆ PHHAL_HW_MFCCRYPTO_CONFIG_ENABLE
Configuration to enable the MIFARE Crypto (Default: Off).
Enabling the MIFARE Crypto block also disables the Crypto1, CRC's and parity of the hal below.
◆ phhalHw_MfcCrypto_Init()
Initialise the HAL component.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlaying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |
| [in] | pHalDataParams | [In] Pointer to the lower layers parameter structure. |
| [in] | pTxBuffer | [In] Pointer to global transmit buffer used by the Exchange() function. |
| [in] | wTxBufSize | [In] Size of the global transmit buffer. |