![IBASE Technology MB835 User Manual Download Page 48](http://html1.mh-extra.com/html/ibase-technology/mb835/mb835_user-manual_604993048.webp)
APPENDIX
44
MB835 User’s Manual
void copyright(void)
{
printf("\n========
Winbond 83627EHG Watch Timer Tester (AUTO DETECT) ========\n"\
" Usage : W627E_WD reset_time\n"\
" Ex : W627E_WD 3 => reset system after 3 second\n"\
" W627E_WD 0 => disable watch dog timer\n");
}
//===========================================================================
void EnableWDT(int interval)
{
unsigned char bBuf;
bBuf = Get_W627EHG_Reg( 0x2D);
bBuf &= (!0x01);
Set_W627EHG_Reg(
0x2D,
bBuf);
//Enable
WDTO
Set_W627EHG_LD(
0x08);
//switch
to
logic
device
8
Set_W627EHG_Reg( 0x30, 0x01);
//enable
timer
bBuf = Get_W627EHG_Reg( 0xF5);
bBuf &= (!0x08);
Set_W627EHG_Reg( 0xF5, bBuf);
//count mode is second
Set_W627EHG_Reg( 0xF6, interval);
//set timer
}
//===========================================================================
void DisableWDT(void)
{
Set_W627EHG_LD(0x08);
//switch
to
logic
device
8
Set_W627EHG_Reg(0xF6,
0x00);
//clear
watchdog
timer
Set_W627EHG_Reg(0x30,
0x00);
//watchdog
disabled
}
//===========================================================================
Summary of Contents for MB835
Page 1: ...MB835 Intel EP80579 Motherboard USER S MANUAL Version 1 0 ...
Page 4: ...iv MB835 User s Manual This page is intentionally left blank ...
Page 9: ...INSTALLATION Board Dimensions MB835 User s Manual 5 ...
Page 10: ...INSTALLATION 6 MB835 User s Manual This page is intentionally left blank ...
Page 44: ...DRIVERS INSTALLATION 40 MB835 User s Manual This page is intentionally left blank ...