Data Fields
Watchdog_Params Struct Reference

Watchdog Parameters. More...

#include <Watchdog.h>

Data Fields

Watchdog_Callback callbackFxn
 
Watchdog_ResetMode resetMode
 
Watchdog_DebugMode debugStallMode
 
void * custom
 

Detailed Description

Watchdog Parameters.

Watchdog parameters are used to with the Watchdog_open() call. Default values for these parameters are set using Watchdog_Params_init().

See also
Watchdog_Params_init()

Field Documentation

§ callbackFxn

Watchdog_Callback Watchdog_Params::callbackFxn

Pointer to callback. Not supported on all targets.

§ resetMode

Watchdog_ResetMode Watchdog_Params::resetMode

Mode to enable resets. Not supported on all targets.

§ debugStallMode

Watchdog_DebugMode Watchdog_Params::debugStallMode

Mode to stall WDT at breakpoints. Not supported on all targets.

§ custom

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