Data Fields
AESECB_Params Struct Reference

ECB Parameters. More...

#include <AESECB.h>

Collaboration diagram for AESECB_Params:
Collaboration graph
[legend]

Data Fields

AESECB_ReturnBehavior returnBehavior
 
AESECB_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

ECB Parameters.

ECB Parameters are used to with the AESECB_open() call. Default values for these parameters are set using AESECB_Params_init().

See also
AESECB_Params_init()

Field Documentation

§ returnBehavior

AESECB_ReturnBehavior AESECB_Params::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

AESECB_CallbackFxn AESECB_Params::callbackFxn

Callback function pointer

§ timeout

uint32_t AESECB_Params::timeout

Timeout before the driver returns an error in AESECB_RETURN_BEHAVIOR_BLOCKING

§ custom

void* AESECB_Params::custom

Custom argument used by driver implementation


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale