ADLINK Technology cPCI-3610 Series User Manual page 77

3u compactpci dual-core intel atom processor blade
Table of Contents

Advertisement

tempCount++;
if(tempCount > 65535)
tempCount = 65535;
printf("WDT timeout in %d minutes.\n", tempCount);
}
else
{
outportb(IT8783_ioPort, 0x72);
registerValue = inportb(IT8783_ioPort+1);
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(IT8783_ioPort+1, registerValue); // set
WDT count is second
}
}
Utilities
cPCI-3610
63

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the cPCI-3610 Series and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Cpci-3610dCpci-3610pCpci-3610t

Table of Contents