|  |  | 
Watchdog Parameters. More...
#include <Watchdog.h>
| Data Fields | |
| Watchdog_Callback | callbackFxn | 
| Watchdog_ResetMode | resetMode | 
| Watchdog_DebugMode | debugStallMode | 
| void * | custom | 
Watchdog Parameters.
Watchdog parameters are used to with the Watchdog_open() call. Default values for these parameters are set using Watchdog_Params_init().
| 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