POC-500 Series
100
StartWDT
Syntax
BOOL StartWDT(void);
Description
Starts WDT countdown. Once started, the WDT LED indicator
will begin blinking. If ResetWDT() or StopWDT is not invoked
before WDT countdowns to 0, the WDT expires and the
system resets.
Parameter
None
Return Value
I
f the timeout value is given in correct format (WDT started),
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
ResetWDT() or StopWDT is not invoked before WDT
countdowns to 0, the WDT expires and the system resets.
Parameter
None
Return Value
Always returns TRUE
Usage
BOOL bRet = ResetWDT()
StopWDT
Syntax
BOOL StopWDT(void);
Description
Stops the countdown of WDT. When WDT has stopped, the
WDT LED indicator stops blinking.
Parameter
None
Return Value
Always returns TRUE
Usage
BOOL bRet = StopWDT()
Summary of Contents for POC-500 Series
Page 1: ...Neousys Technology Inc POC 500 Series User Manual Revision 1 0...
Page 21: ...POC 500 Series 21 1 5 2 DIO Panel View 1 5 3 COM and Audio Port Panel View...
Page 22: ...POC 500 Series 22 1 5 4 Bottom View...
Page 24: ...POC 500 Series 24 1 6 2 DIO Panel View 1 6 3 COM and Audio Port Panel View...