Data Fields
AESCBC_Params_ Struct Reference

CBC Parameters. More...

#include <AESCBC.h>

Data Fields

AESCBC_ReturnBehavior returnBehavior
 
AESCBC_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

CBC Parameters.

CBC Parameters are used to with the AESCBC_open() call. Default values for these parameters are set using AESCBC_Params_init().

See also
AESCBC_Params_init()

Field Documentation

§ returnBehavior

AESCBC_ReturnBehavior AESCBC_Params_::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

AESCBC_CallbackFxn AESCBC_Params_::callbackFxn

Callback function pointer

§ timeout

uint32_t AESCBC_Params_::timeout

Timeout before the driver returns an error in AESCBC_RETURN_BEHAVIOR_BLOCKING

§ custom

void* AESCBC_Params_::custom

Custom argument used by driver implementation


The documentation for this struct was generated from the following file:
Copyright 2018, Texas Instruments Incorporated