Data Fields
SHA2_Params_ Struct Reference

SHA2 Parameters. More...

#include <SHA2.h>

Data Fields

SHA2_ReturnBehavior returnBehavior
 
SHA2_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

SHA2 Parameters.

SHA2 Parameters are used to with the SHA2_open() call. Default values for these parameters are set using SHA2_Params_init().

See also
SHA2_Params_init()

Field Documentation

§ returnBehavior

SHA2_ReturnBehavior SHA2_Params_::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

SHA2_CallbackFxn SHA2_Params_::callbackFxn

Callback function pointer

§ timeout

uint32_t SHA2_Params_::timeout

Timeout before the driver returns an error in SHA2_RETURN_BEHAVIOR_BLOCKING

§ custom

void* SHA2_Params_::custom

Custom argument used by driver implementation


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