![]() |
![]() |
EDDSA Parameters. More...
#include <EDDSA.h>

Data Fields | |
| EDDSA_ReturnBehavior | returnBehavior |
| EDDSA_CallbackFxn | callbackFxn |
| uint32_t | timeout |
| void * | custom |
EDDSA Parameters.
EDDSA Parameters are used to with the EDDSA_open() call. Default values for these parameters are set using EDDSA_Params_init().
| EDDSA_ReturnBehavior EDDSA_Params::returnBehavior |
Blocking, callback, or polling return behavior
| EDDSA_CallbackFxn EDDSA_Params::callbackFxn |
Callback function pointer
| uint32_t EDDSA_Params::timeout |
Timeout in system ticks before the operation fails and returns
| void* EDDSA_Params::custom |
Custom argument used by driver implementation