Rd70x HAL parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this component, NEVER MODIFY! | |
| phbalReg_Rd70xUsbWin_DataParams_t * | pBalDataParams |
| pointer to the lower layers parameter structure | |
| 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 | wTxBufStartPos |
| Starting position within the global transmit buffer (used if TxBuffer equals RxBuffer). | |
| uint8_t | bCardType |
| Type of card for which the hal is configured for. | |
| uint16_t | wCfgShadow [PHHAL_HW_RD70X_SHADOW_COUNT] |
| Configuration shadow; Stores configuration for current cardtype. | |
| uint16_t | wTimingMode |
| Current timing measurement mode. | |
| uint32_t | dwTimeoutUs |
| TO value to be used with phhalHwRd700PiccExchgBitByte function. | |
| uint32_t | dwTimingUs |
| Current timing value. | |
| uint16_t | wAdditionalInfo |
| Storage for additional error information. | |
| uint16_t | wTxRxStartBackup |
| Absolute Start-Position for transmission / reception used by buffer preservation mechanism. | |
| uint16_t | wFieldOffTime |
| Field-Off-Time in milliseconds. | |
| uint16_t | wFieldRecoveryTime |
| Field-Recovery-Time in milliseconds. | |
| uint8_t | bSymbolStart |
| Preamble of a frame. | |
| uint8_t | bSymbolEnd |
| Trailer symbol of a frame. | |
| uint8_t | bDisablePcdReset |
| Whether to disable PcdReset call in phhalHw_ApplyProtocolSettings function or not. | |
| uint8_t | bFlags |
| Flags to be used with phhalHwRd700PiccExchgBitByte function. | |
| uint8_t | bProtBuffer [PHHAL_HW_RD70X_RESERVED_BUFFER_LEN] |
| Protocol buffer. | |
| uint8_t | bProtBufferLen |
| Length of protocol data. | |
| uint16_t | wProtRxBufReadPos |
| Read position within pRxBuffer for protocol. | |
| uint8_t | 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. | |
Rd70x HAL parameter structure.