![Neousys Technology Nuvo-6000 Series Скачать руководство пользователя страница 99](http://html.mh-extra.com/html/neousys-technology/nuvo-6000-series/nuvo-6000-series_user-manual_1667804099.webp)
Nuvo-6000 Series User’s Manual
Copyright © 2016 Neousys Technology Inc. All Right Reserved.
Page 99 of 100
StartWDT
Syntax
BOOL StartWDT(void);
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
Syntax
BOOL ResetWDT(void);
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
Syntax
BOOL StopWDT(void);
Description
Stop the countdown of WDT. When WDT is stopped, the WDT LED indicator stops
blinking.
Parameter
None
Return Value