![]() |
![]() |
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