Aaeon PCM-5335 Manual page 60

All in one ns geode gx1 with svga/ lcd/ ethernet interface pc/ 104 cpu module
Hide thumbs Also See for PCM-5335:
Table of Contents

Advertisement

P C / 1 0 4 M o d u l e
//Exit W83977 Configure mode
ExitConfigMode();
}
void main(int argc, char* argv[])
{
int time_value=0;
char *ptr;
printf("WinBond 83977 WatchDog Timer Setup Utility Version
1.0 \n");
printf("Copyright (c) 2000 AAEON Technology Inc. \n");
printf("This version only for W83977 that using GP%d to Reset
System.\n",watch_dog_output_GP);
if (argc == 1)
{
}
if (argc > 1)
{
}
if (time_value > 0 && time_value < 256)
{
}
}
Appendix A Programming the Watchdog Timer
printf("\n Syntax: WATCHDOG [time] \n");
printf(" time range : 1 ~ 256 \n\n");
return ;
ptr = argv[1];
time_value = atoi(ptr);
SetWatchDogTime((unsigned char) time_value);
init_w83977tf_aw_watchdog();
printf("Watch Dog Timer set up : %d \n",time_value);
P C M - 5 3 3 5
A-6

Advertisement

Table of Contents
loading

Table of Contents