Nuvo-8108GC
141
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-8108GC Series
Страница 1: ...Neousys Technology Inc Nuvo 8108GC Series User Manual Revision 1 2 ...
Страница 14: ...Nuvo 8108GC 14 1 2 2 Nuvo 8108GC Ignition Dual 4 Pin Terminal Block Panel View ...
Страница 15: ...Nuvo 8108GC 15 1 2 3 Nuvo 8108GC Top Panel View 1 2 4 Nuvo 8108GC Heatsink Panel View ...
Страница 16: ...Nuvo 8108GC 16 1 2 5 Nuvo 8108GC Bottom View 1 2 6 Nuvo 8108GC Wall mount Dimension ...
Страница 77: ...Nuvo 8108GC 77 2 Place the system on a flat surface and secure it with screws ...
Страница 118: ...Nuvo 8108GC 118 8 The Name option allows you to name your RAID volume Press ENTER when ready to go to the next option ...
Страница 132: ...Nuvo 8108GC 132 7 Follow the 6 step setup procedure as instructed ...
Страница 134: ...Nuvo 8108GC 134 9 When done click on Finish and restart the system ...