Aaeon GENE-6315 User Manual page 57

Subcompact board
Table of Contents

Advertisement

S u b C o m p a c t B o a r d
void main(int argc, char* argv[])
{
int time_value=0;
char *ptr;
printf("winBond 83977 WatchDog Timer Setup Utility Version 1.0
\n" );
printf("Ccopyright (c) 2000 AAEON Technology Inc.\n");
printf("Tthis version only for W83977 that using GP%d to Reset
System.\n",watch_dog_output_GP);
if (argc == 1)
{
printf("\n Syntax: WATCHDOG [time] \n" );
printf(" time range : 1 ~ 256 \n\n" );
return ;
}
if (argc > 1)
{
ptr = argv[1];
G E N E - 6 3 1 5
Appendix A Programming the Watchdog Timer
A-9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents