TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
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

Watchdog_Callback Watchdog_Params::callbackFxn

Pointer to callback. Not supported on all targets.

Watchdog_ResetMode Watchdog_Params::resetMode

Mode to enable resets. Not supported on all targets.

Watchdog_DebugMode Watchdog_Params::debugStallMode

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

void* Watchdog_Params::custom

Custom argument used by driver implementation


The documentation for this struct was generated from the following file:
Copyright 2015, Texas Instruments Incorporated