Rc523 HAL parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this component, NEVER MODIFY! | |
| void * | pBalDataParams |
| Pointer to the lower layers parameter structure. | |
| void * | pKeyStoreDataParams |
| Pointer to the parameter structure of the keyStore layer. | |
| uint8_t * | pTxBuffer |
| Pointer to global transmit buffer used by the Exchange() function. | |
| uint16_t | wTxBufSize |
| Size of the global transmit buffer. | |
| uint16_t | wTxBufLen |
| Number of valid bytes within the transmit buffer. | |
| uint8_t * | pRxBuffer |
| Pointer to global receive buffer used by the Exchange() function. | |
| uint16_t | wRxBufSize |
| Size of the global receive buffer. | |
| uint16_t | wRxBufLen |
| Number of valid bytes within the receive buffer. | |
| uint16_t | wRxBufStartPos |
| Starting position within the global receive buffer. | |
| uint16_t | wMaxPrecachedBytes |
| Holds the max. More... | |
| uint8_t | bCardType |
| Type of card for which the hal is configured for. | |
| uint16_t | wCfgShadow [PHHAL_HW_RC523_SHADOW_COUNT] |
| Configuration shadow; Stores configuration for current cardtype. | |
| uint16_t | wTimingMode |
| Current timing measurement mode. | |
| uint8_t | bTimeoutUnit |
| Unit of current timeout value (either PHHAL_HW_TIME_MICROSECONDS or PHHAL_HW_TIME_MILLISECONDS). | |
| uint32_t | dwTimingUs |
| Current timing value. | |
| uint16_t | wFieldOffTime |
| Field-Off-Time in milliseconds. | |
| uint16_t | wFieldRecoveryTime |
| Field-Recovery-Time in milliseconds. | |
| uint16_t | wAdditionalInfo |
| Storage for additional error information. | |
| uint8_t | bBalConnectionType |
| Type of the underlying BAL connection. More... | |
| uint8_t | bRfResetAfterTo |
| Storage for PHHAL_HW_CONFIG_RFRESET_ON_TIMEOUT setting. | |
| uint16_t | dwFdtPc |
| Current timing value backup for PC. | |
Rc523 HAL parameter structure.
| uint16_t phhalHw_Rc523_DataParams_t::wMaxPrecachedBytes |
Holds the max.
number of bytes which are precached prior to command execution.
| uint8_t phhalHw_Rc523_DataParams_t::bBalConnectionType |
Type of the underlying BAL connection.
Refer to PHHAL_HW_CONFIG_BAL_CONNECTION.