Data Fields
AESCCM_Params Struct Reference

CCM Parameters. More...

#include <AESCCM.h>

Collaboration diagram for AESCCM_Params:
Collaboration graph
[legend]

Data Fields

AESCCM_ReturnBehavior returnBehavior
 
AESCCM_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

CCM Parameters.

CCM Parameters are used to with the AESCCM_open() call. Default values for these parameters are set using AESCCM_Params_init().

See also
AESCCM_Params_init()

Field Documentation

§ returnBehavior

AESCCM_ReturnBehavior AESCCM_Params::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

AESCCM_CallbackFxn AESCCM_Params::callbackFxn

Callback function pointer

§ timeout

uint32_t AESCCM_Params::timeout

Timeout before the driver returns an error in AESCCM_RETURN_BEHAVIOR_BLOCKING

§ custom

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