58
Watchdog Timer
void main()
{
unsigned charTimeOut_Val=0,Mode=3;
printf("SMSC SIO3112 Watch-Dog Function test
utility.\n\n");
while((Mode > 2)||(Mode==0))
{
printf("Please select the unit(1:Min, 2:Sec):");
scanf("%d",&Mode);
}
switch(Mode)
{
case 1:
while((TimeOut_Val==0)||(TimeOut_Val > 255))
{
printf("Min.(1-
255):");scanf("%d",&TimeOut_Val);
}
break;
case 2:
while((TimeOut_Val==0)||(TimeOut_Val > 255))
{
printf("Sec.(1-
255):");scanf("%d",&TimeOut_Val);
}
break;
}
if(Mode==1) Mode=0;
else
_asm
Summary of Contents for NuPRO-796 Series
Page 4: ......
Page 13: ...Introduction 5 1 4 NuPRO 796 Functional Diagram Figure 1 1 NuPRO 796 Block Diagram ...
Page 14: ...6 Introduction 1 5 NuPRO 796 Mechanical Diagram Figure 1 2 NuPRO 796 Carrier Board Layout ...
Page 28: ...20 Connectors and Jumpers ...
Page 45: ...Phoenix Award BIOS 37 4 5 3 Onboard Audio Enable or Disable ...
Page 68: ...60 Watchdog Timer ...