Data Fields
EDDSA_Params Struct Reference

EDDSA Parameters. More...

#include <EDDSA.h>

Collaboration diagram for EDDSA_Params:
Collaboration graph
[legend]

Data Fields

EDDSA_ReturnBehavior returnBehavior
 
EDDSA_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

EDDSA Parameters.

EDDSA Parameters are used to with the EDDSA_open() call. Default values for these parameters are set using EDDSA_Params_init().

See also
EDDSA_Params_init()

Field Documentation

§ returnBehavior

EDDSA_ReturnBehavior EDDSA_Params::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

EDDSA_CallbackFxn EDDSA_Params::callbackFxn

Callback function pointer

§ timeout

uint32_t EDDSA_Params::timeout

Timeout in system ticks before the operation fails and returns

§ custom

void* EDDSA_Params::custom

Custom argument used by driver implementation


The documentation for this struct was generated from the following file:
© Copyright 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale