![ADLINK Technology cPCI-6620 Series User Manual Download Page 47](http://html.mh-extra.com/html/adlink-technology/cpci-6620-series/cpci-6620-series_user-manual_2852746047.webp)
Drivers & Utilities
35
cPCI-6620
outportb(IT87831, registerValue);
// set WDT count is minute
tempCount = count_value / 60;
if((count_value%60) > 30)
te+;
if(tempCount > 65535)
tempCount = 65535;
printf("WDT timeout in %d minutes.\n",
tempCount);
}
else
{
outportb(IT8783_ioPort, 0x72);
registerValue = inportb(IT87831);
registerValue |= 0x80;
tempCount = count_value;
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(IT87831, registerValue);
// set WDT count is second
}
}
Summary of Contents for cPCI-6620 Series
Page 2: ...Revision History Revision Release Date Description of Change s 2 00 2012 11 7 Initial release ...
Page 6: ...vi Preface This page intentionally left blank ...
Page 10: ...x List of Tables This page intentionally left blank ...
Page 12: ...xii List of Figures This page intentionally left blank ...
Page 22: ...10 Specifications This page intentionally left blank ...
Page 28: ...16 Functional Description This page intentionally left blank ...
Page 42: ...30 Getting Started This page intentionally left blank ...
Page 48: ...36 Drivers Utilities This page intentionally left blank ...
Page 61: ...BIOS Setup Utility 49 cPCI 6620 7 3 7 Hardware Monitor ...