A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 137
DisableWDT()
Func.: Disable the Watchdog timer.
Syntax:
void DisableWDT(void);
Header: #include ”iVIEW.h”
Description:
See the Description of EnableSDT().
Example: Please refer to “EnableWDT ()” for deatil information.
RefreshWDT()
Func.: Refresh the Watchdog timer.
Syntax:
void RefreshWDT(void);
Header: #include ”iVIEW.h”
Description:
See the Description of EnableSDT().
Example: Please refer to “EnableWDT ()” for deatil information.
IsResetByWatchDogTime()
Func.: Check if system reset by Watchdog Timer
Syntax:
int IsResetByWatchDogTime(void);
Header: #include ”iVIEW.h”
Description:
Return 0 when true.
Example: Please refer to “EnableWDT ()” for deatil information.