Data Fields
TRNG_Params Struct Reference

TRNG Parameters. More...

#include <TRNG.h>

Collaboration diagram for TRNG_Params:
Collaboration graph
[legend]

Data Fields

TRNG_ReturnBehavior returnBehavior
 
TRNG_CallbackFxn callbackFxn
 
uint32_t timeout
 
void * custom
 

Detailed Description

TRNG Parameters.

TRNG Parameters are used to with the TRNG_open() call. Default values for these parameters are set using TRNG_Params_init().

See also
TRNG_Params_init()

Field Documentation

§ returnBehavior

TRNG_ReturnBehavior TRNG_Params::returnBehavior

Blocking, callback, or polling return behavior

§ callbackFxn

TRNG_CallbackFxn TRNG_Params::callbackFxn

Callback function pointer

§ timeout

uint32_t TRNG_Params::timeout

Timeout before the driver returns an error in TRNG_RETURN_BEHAVIOR_BLOCKING

§ custom

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