Nuvo-6108GC/ Nuvo-6108GC-IGN
114
WDT Functions
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
Содержание Nuvo-6108GC Series
Страница 1: ...Neousys Technology Inc Nuvo 6108GC Series User Manual Revision 1 3 ...
Страница 16: ...Nuvo 6108GC Nuvo 6108GC IGN 16 1 3 2 Removable Side Panel View Nuvo 6108GC Nuvo 6108GC IGN ...
Страница 17: ...Nuvo 6108GC Nuvo 6108GC IGN 17 1 3 3 I O Panel View with Damping Bracket Installed Nuvo 6108GC Nuvo 6108GC IGN ...
Страница 18: ...Nuvo 6108GC Nuvo 6108GC IGN 18 1 3 4 Bottom View with Damping Bracket Installed Nuvo 6108GC Nuvo 6108GC IGN ...
Страница 99: ...Nuvo 6108GC Nuvo 6108GC IGN 99 3 Highlight your selection and press Enter 4 Press F10 to Exit Saving Changes ...