![ADLINK Technology MI-960 Скачать руководство пользователя страница 83](http://html.mh-extra.com/html/adlink-technology/mi-960/mi-960_user-manual_2852767083.webp)
Watchdog Timer
69
MI-960
if(tempCount != 0)
{
printf("WDT timeout in %d seconds.\n",
tempCount);
registerValue |= 0x40; //Enable WDT
output through KBRST
}
else
{
printf("WDT is Disabled.\n");
registerValue &= 0xbf; //Disable WDT
output through KBRST
}
outportb(IT87121, registerValue);
// set WDT count is second
}
outportb(IT8712_ioPort, 0x71);
registerValue = inportb(IT8712_ 1);
registerValue |= 0x60;// set Mouse & Keyboard
interrupt Enable
outportb(IT87121, registerValue);
outportb(IT8712_ioPort, 0x73);
outportb(IT87121, tempCount);
}
Содержание MI-960
Страница 6: ...vi Preface This page intentionally left blank This page intentionally left blank ...
Страница 9: ...Table of Contents ix MI 960 Important Safety Instructions 81 Getting Service 83 ...
Страница 10: ...x Table of Contents This page intentionally left blank ...
Страница 12: ...xii List of Figures This page intentionally left blank ...
Страница 14: ...xiv List of Tables This page intentionally left blank ...
Страница 25: ...Introduction 11 MI 960 Figure 1 3 MI 960 Rear I O Layout VGA COM2 MS KB CF GbE1 GbE2 USB0 USB1 USB2 USB3 Audio ...
Страница 26: ...12 Introduction 1 9 Mechanical Drawings Figure 1 4 MI 960 Board Dimensions top view Dimensions in mm ...
Страница 27: ...Introduction 13 MI 960 Figure 1 5 MI 960 Rear I O Dimensions Dimensions in mm ...
Страница 28: ...14 Introduction This page intentionally left blank ...
Страница 40: ...26 Connectors Jumpers This page intentionally left blank ...
Страница 44: ...30 Getting Started 7 Close the load plate A then fasten the load lever on the retention tab B A B ...
Страница 48: ...34 Getting Started This page intentionally left blank ...
Страница 84: ...70 Watchdog Timer This page intentionally left blank ...