Nuvo-2000+ Series User’s Manual
Copyright © 2013 Neousys Technology Inc. All Right Reserved.
Page 73 of 78
StartWDT
Description
Start countdown of WDT. When WDT is started, the WDT LED indicator starts to blink
in a frequency of 1Hz. If no ResetWDT() or StopWDT is invoked before WDT is
counted to 0, the WDT expires and system resets.
Parameter
None
Return Value
If the timeout value is given in correct format, this function returns TRUE, otherwise
FALSE.
Usage
BOOL bRet = StartWDT()
ResetWDT
Description
Reset the timeout value to the value given by SetWDT(). If no ResetWDT() or
StopWDT is invoked before WDT is counted to 0, the WDT expires and system resets.
Parameter
None
Return Value
Always returns TRUE;
Usage
BOOL bRet = ResetWDT()
StopWDT
Description
Stop the countdown of WDT. When WDT is stopped, the WDT LED indicator stops
blinking.
Parameter
None
Return Value
Always returns TRUE;
Usage
BOOL bRet = StopWDT()