Data Fields
ECDH_Params_ Struct Reference

ECC Parameters. More...

#include <ECDH.h>

Data Fields

ECDH_ReturnBehavior returnBehavior
 
ECDH_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

ECC Parameters.

ECC Parameters are used to with the ECDH_open() call. Default values for these parameters are set using ECDH_Params_init().

See also
ECDH_Params_init()

Field Documentation

§ returnBehavior

ECDH_ReturnBehavior ECDH_Params_::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

ECDH_CallbackFxn ECDH_Params_::callbackFxn

Callback function pointer

§ timeout

uint32_t ECDH_Params_::timeout

Timeout of the operation

§ custom

void* ECDH_Params_::custom

Custom argument used by driver implementation


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