Data Fields
ECDH_Params Struct Reference

ECC Parameters. More...

#include <ECDH.h>

Collaboration diagram for ECDH_Params:
Collaboration graph
[legend]

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 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale