Rc632 HAL parameter structure. More...
Data Fields | |
| unsigned short | wId |
| Layer ID for this HAL component, NEVER MODIFY! | |
| void * | pBalDataParams |
| Pointer to the lower layers parameter structure. | |
| unsigned char * | pTxBuffer |
| Pointer to global transmit buffer used by the Exchange() function. | |
| unsigned short | wTxBufSize |
| Size of the global transmit buffer. | |
| unsigned short | wTxBufLen |
| Number of valid bytes within the transmit buffer. | |
| unsigned char * | pRxBuffer |
| Pointer to global receive buffer used by the Exchange() function. | |
| unsigned short | wRxBufSize |
| Size of the global receive buffer. | |
| unsigned short | wRxBufLen |
| Number of valid bytes within the receive buffer. | |
| unsigned short | wRxBufStartPos |
| Starting position within the global receive buffer. | |
| unsigned short | wTxBufStartPos |
| Starting position within the global transmit buffer (used if TxBuffer = RxBuffer). | |
| unsigned short | wMaxPrecachedBytes |
| Holds the max. More... | |
| unsigned char | bCardType |
| Type of card for which the hal is configured for. | |
| unsigned short | wCfgShadow [0x10] |
| Configuration shadow; Stores configuration for current cardtype. | |
| unsigned short | wTimingMode |
| Current timing measurement mode. | |
| unsigned char | bTimeoutUnit |
| Unit of current timeout value (either PHHAL_HW_TIME_MICROSECONDS or PHHAL_HW_TIME_MILLISECONDS). | |
| unsigned int | dwTimingUs |
| Current timing value. | |
| unsigned int | dwTimeoutUs |
| Current timing value. | |
| unsigned short | wFieldOffTime |
| Field-Off-Time in milliseconds. | |
| unsigned short | wFieldRecoveryTime |
| Field-Recovery-Time in milliseconds. | |
| unsigned char | bSymbolStart |
| Preamble of a frame. | |
| unsigned char | bSymbolEnd |
| Trailer symbol of a frame. | |
| unsigned char | bDisablePcdReset |
| Whether to disable PcdReset call in phhalHw_ApplyProtocolSettings function or not. | |
| unsigned char | bFlags |
| Flags to be used. | |
| unsigned char | bFifoSize |
| Fifo-Size setting. | |
| unsigned short | wAdditionalInfo |
| Storage for additional error information. | |
| unsigned char | bBalConnectionType |
| Type of the underlying BAL connection. More... | |
| unsigned char | bRfResetAfterTo |
| Storage for PHHAL_HW_CONFIG_RFRESET_ON_TIMEOUT setting. | |
| uint8_t | bTimerControlPc |
| Backup for Timer control PC requirement. | |
| uint16_t | dwFdtPc |
| Current timing value backup for PC. | |
Rc632 HAL parameter structure.
| unsigned short phhalHw_Rc632_DataParams_t::wMaxPrecachedBytes |
Holds the max.
number of bytes which are precached prior to command execution.
| unsigned char phhalHw_Rc632_DataParams_t::bBalConnectionType |
Type of the underlying BAL connection.
Refer to PHHAL_HW_CONFIG_BAL_CONNECTION.