Parameter structure for iCode Sam NonX layer implementation. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this component, NEVER MODIFY! | |
| phhalHw_SamAV3_DataParams_t * | pHalSamDataParams |
| Pointer to the parameter structure of the underlying HAL of the SAM layer. | |
| void * | pPalSli15693DataParams |
| Pointer to the parameter structure of the underlying palSli15693 layer. | |
| void * | pCryptoDataParams |
| Pointer to the parameter structure of the underlying Crypto layer for encryption / Decryption. | |
| void * | pCryptoRngDataParams |
| Pointer to the parameter structure of the underlying Crypto layer for random number generation. | |
| void * | pKeyStoreDataParams |
| Pointer to the parameter structure of the underlying KeyStore layer. | |
| uint8_t | aRnd_Challenge [70] |
| Buffer to store the random number generated by Challenge command. | |
| uint8_t | bBuffering |
| Enable or disable the data buffering. | |
| uint8_t | bChallengeType |
| Type of Challenge processed by Challenge command. More... | |
| uint16_t | wChallange_Timeout |
| Timeout value to be configured for Challenge command. More... | |
| uint16_t | wChallange_Timeout_Unit |
| Timeout unit to be configured for Challenge command. | |
Parameter structure for iCode Sam NonX layer implementation.
| uint8_t phalICode_SamAV3_NonX_DataParams_t::bChallengeType |
Type of Challenge processed by Challenge command.
This will help to update the timing information while reading the TResponse using Read Buffer.
| uint16_t phalICode_SamAV3_NonX_DataParams_t::wChallange_Timeout |
Timeout value to be configured for Challenge command.
This will be the timing to wait for response.