Data Fields
AESCTR_Params Struct Reference

CTR Parameters. More...

#include <AESCTR.h>

Collaboration diagram for AESCTR_Params:
Collaboration graph
[legend]

Data Fields

AESCTR_ReturnBehavior returnBehavior
 
AESCTR_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

CTR Parameters.

CTR Parameters are used to with the AESCTR_open() call. Default values for these parameters are set using AESCTR_Params_init().

See also
AESCTR_Params_init()

Field Documentation

§ returnBehavior

AESCTR_ReturnBehavior AESCTR_Params::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

AESCTR_CallbackFxn AESCTR_Params::callbackFxn

Callback function pointer

§ timeout

uint32_t AESCTR_Params::timeout

Timeout before the driver returns an error in AESCTR_RETURN_BEHAVIOR_BLOCKING

§ custom

void* AESCTR_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