POC-300 Series
99
WDT Function Reference
InitWDT
Syntax
BOOL InitWDT(void);
Description:
Initialize the WDT function. You should always invoke
InitWDT() before set or start watchdog timer.
Parameter
None
Return Value
TRUE:
Successfully initialized
FALSE:
Failed to initialize
Usage
BOOL
bRet = InitWDT()
SetWDT
Syntax
BOOL SetWDT(WORD tick, BYTE unit);
Description
Set timeout value and unit for watchdog timer. When InitWDT()
is invoked, a default timeout value of 255 seconds is assigned.
Parameter
tick
WORD value (1 ~ 65535) to indicate timeout ticks.
unit
BYTE value (0 or 1) to indicate unit of timeout ticks.
0 : unit is minute
1: unit is second
Return Value
If value of unit is correct (0 or 1), this function returns TRUE,
otherwise FALSE.
Usage
WORD tick=255;
BYTE
unit=1; //unit is second.
BOOL
bRet = SetWDT(tick, unit); //timeout value is 255
seconds
Summary of Contents for POC-300
Page 1: ...Neousys Technology Inc POC 300 Series User Manual Revision 1 0 ...
Page 4: ...Table of Contents 4 StopDICOS 108 DI COS Example 108 ...
Page 21: ...POC 300 Series 21 1 5 2 Front Panel View NOTE All measurements are in millimeters mm ...
Page 22: ...POC 300 Series 22 1 5 3 Bottom View NOTE All measurements are in millimeters mm ...
Page 58: ...POC 300 Series 58 5 Reinstall the system enclosure ...