Aaeon PCM-6890 User Manual page 123

Hide thumbs Also See for PCM-6890:
Table of Contents

Advertisement

if (argc == 1)
{
}
if (argc > 1)
{
}
if (time_value > 0 && time_value < 256)
{
SetWatchDogTime((unsigned char) time_value);
init_w83977tf_aw_watchdog();
printf("WWatch Dog Timer set up : %d \n",time_value);
}
}
printf("\n Syntax: WATCHDOG [time] \n");
printf(" time range : 1 ~ 256 \n\n");
return ;
ptr = argv[1];
time_value = atoi(ptr);
Appendix A Watchdog Timer
111

Advertisement

Table of Contents
loading

Table of Contents