Vortex86DX-MSJK CE 6.0 Jump Start - Getting Started Guide
Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.0
Page 137
WDT.dll
The WDT.DLL is provided as part of the BSP and include in resulting CE 6.0 OS runtime image when
this BSP is in used to develop the OS design.
There are six functions in the WDT.DLL:
// Set watchdog timer
int SetWDT0(unsigned int nTime, unsigned char nEvent);
int SetWDT1(unsigned int nTime, unsigned char nEvent);
// Reset watchdog timer
void ResetWDT0(void);
void ResetWDT1(void);
// Disable watchdog timer
void DisableWDT0(void);
void DisableWDT1(void);
Sample managed code project showing how to use the WDT.DLL is provided on the jump start CD,
under the
\SampleCodes\WatchdogTimer\
folder.