Data Fields
TRNG_Params_ Struct Reference

TRNG Parameters. More...

#include <TRNG.h>

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 2018, Texas Instruments Incorporated