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

Data Fields | |
| AESECB_ReturnBehavior | returnBehavior |
| AESECB_CallbackFxn | callbackFxn |
| uint32_t | timeout |
| void * | custom |
ECB Parameters.
ECB Parameters are used with the AESECB_open() call. Default values for these parameters are set using AESECB_Params_init().
| AESECB_ReturnBehavior AESECB_Params::returnBehavior |
Blocking, callback, or polling return behavior
| AESECB_CallbackFxn AESECB_Params::callbackFxn |
Callback function pointer
| uint32_t AESECB_Params::timeout |
Timeout before the driver returns an error in AESECB_RETURN_BEHAVIOR_BLOCKING
| void* AESECB_Params::custom |
Custom argument used by driver implementation