Data Fields
ECJPAKE_Params Struct Reference

ECJPAKE Parameters. More...

#include <ECJPAKE.h>

Collaboration diagram for ECJPAKE_Params:
Collaboration graph
[legend]

Data Fields

ECJPAKE_ReturnBehavior returnBehavior
 
ECJPAKE_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

ECJPAKE Parameters.

ECJPAKE Parameters are used to with the ECJPAKE_open() call. Default values for these parameters are set using ECJPAKE_Params_init().

See also
ECJPAKE_Params_init()

Field Documentation

§ returnBehavior

ECJPAKE_ReturnBehavior ECJPAKE_Params::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

ECJPAKE_CallbackFxn ECJPAKE_Params::callbackFxn

Callback function pointer

§ timeout

uint32_t ECJPAKE_Params::timeout

Timeout in system ticks before the operation fails and returns

§ custom

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