FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kHxNode_EnableWatchdog ( kHxNode  node,
kBool  enable,
k64u  timeoutPeriod 
)

Enables or disables the watchdog timer.

Watchdog timers are disabled by default. Use this method to enable the watchdog timer with the specified timeout period.

When the watchdog timer is enabled, the kHxNode_UpdateWatchdog method must be called before the watchdog times out. If the watchdog times out before kHxNode_UpdateWatchdog is called, the device will reset.

This method is thread safe.