DUT 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. | |
| uint8_t | bSlotNumber |
| Slot number. | |
| uint8_t | bTxLastBits |
| TxLastbits for ExchangeRaw function. | |
| 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. | |
| uint16_t | wTxBufStart |
| Start position in case of buffering 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 | dwFdtPc |
| Current timing value backup for PC. | |
DUT HAL parameter structure.