MfcCrypto HAL parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this component, NEVER MODIFY! | |
| void * | pHalDataParams |
| Pointer to the lower layers parameter structure. | |
| uint8_t | rA_buf [4] |
| Initial RA value. | |
| uint8_t | rBp_buf [4] |
| Initial RB value. | |
| uint8_t | cryptoReg [48] |
| The CRYPTO LFSR. | |
| uint8_t | randReg [16] |
| The PRNG LFSR for RB. | |
| 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 | bCryptoState |
| Current crypto state. | |
| uint8_t | bActivated |
| Indicates whether this layer is activated or not. | |
| uint32_t | uIdForSpFeed1 |
| UID to unit32. | |
| uint8_t | bEnabled |
| Disables/Enables Crypto. | |
| uint8_t | bRxBits |
| Number of valid bits in the receive buffer. | |
MfcCrypto HAL parameter structure.