POC-300 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()
Содержание POC-300
Страница 1: ...Neousys Technology Inc POC 300 Series User Manual Revision 1 0 ...
Страница 4: ...Table of Contents 4 StopDICOS 108 DI COS Example 108 ...
Страница 20: ...POC 300 Series 20 1 5 Dimension 1 5 1 Superior View NOTE All measurements are in millimeters mm ...
Страница 21: ...POC 300 Series 21 1 5 2 Front Panel View NOTE All measurements are in millimeters mm ...
Страница 22: ...POC 300 Series 22 1 5 3 Bottom View NOTE All measurements are in millimeters mm ...
Страница 24: ...POC 300 Series 24 1 6 2 Wall Mount Bracket WM 300V NOTE All measurements are in millimeters mm ...
Страница 25: ...POC 300 Series 25 1 6 3 Wall Mount Bracket WM 300H NOTE All measurements are in millimeters mm ...
Страница 58: ...POC 300 Series 58 5 Reinstall the system enclosure ...
Страница 110: ...POC 300 Series 110 printf StopDICOS PASSED n printf npress any key to exit n system pause nul return 0 ...