![Winmate I771 Скачать руководство пользователя страница 92](http://html1.mh-extra.com/html/winmate/i771/i771_user-manual_987065092.webp)
I771 Motherboard User Manual
83
}
Set_W83627_Reg(0x07,0x08);//switch to logic device 8
Set_W83627_Reg(0x30,0x01);//Activate watchdog
Set_W83627_Reg(0xF5,0x06);//Select WDTO# count mode.Second Mode.
Set_W83627_Reg(0xF6,Watchdog_timeout); //Set Watch Dog Timer Time-out
value
//Set_W83627_Reg(0xF7,0xC0); //Clear Watchdog timer event
int i = Watchdog_timeout;
while(1)
{
if (kbhit())
{
if(getch()==0x1B) //Esc
break;
else{
i=Watchdog_timeout;
//Reset Watchdog timer
Set_W83627_Reg(0xF6,Watchdog_timeout); //Set Watch Dog
Timer Time-out value
}
}
clrscr();
if(i>0){
i--;
printf("After %2d sec reset computer!\n",i);
printf("Press any key to reset watchdog timer!\n");
printf("Press [Esc] to exit!\n");
}
else
printf("Watchdog timer fail!");
delay(1000);
}
Содержание I771
Страница 13: ...I771 Motherboard User Manual 4 1 5 Board dimensions ...
Страница 32: ...I771 Motherboard User Manual 23 Step 3 Click on Next to install Driver Step 4 Click on Next to install Driver ...
Страница 36: ...I771 Motherboard User Manual 27 Setp 3 Click on Next to install driver Setp 4 Click on Yes to agree License ...
Страница 42: ...I771 Motherboard User Manual 33 Setp 7 Click on Finish ...
Страница 45: ...I771 Motherboard User Manual 36 Step 2 Click on Next to install driver Step 3 Click on Yes to agree License ...
Страница 46: ...I771 Motherboard User Manual 37 Step 4 Click on Next to install driver Step 5 Click on Next to install driver ...
Страница 54: ...I771 Motherboard User Manual 45 Super IO Configuration Allows you to select the Serial Port base address ...
Страница 63: ...I771 Motherboard User Manual 54 MPS Configuration ...
Страница 73: ...I771 Motherboard User Manual 64 ...
Страница 77: ...I771 Motherboard User Manual 68 Boot Device Priority Select the priority of Boot devices ...