|  |  | 
ECDSA Parameters. More...
#include <ECDSA.h>
| Data Fields | |
| ECDSA_ReturnBehavior | returnBehavior | 
| ECDSA_CallbackFxn | callbackFxn | 
| uint32_t | timeout | 
| void * | custom | 
ECDSA Parameters.
ECDSA Parameters are used to with the ECDSA_open() call. Default values for these parameters are set using ECDSA_Params_init().
| ECDSA_ReturnBehavior ECDSA_Params_::returnBehavior | 
Blocking, callback, or polling return behavior
| ECDSA_CallbackFxn ECDSA_Params_::callbackFxn | 
Callback function pointer
| uint32_t ECDSA_Params_::timeout | 
Timeout in system ticks before the operation fails and returns
| void* ECDSA_Params_::custom | 
Custom argument used by driver implementation