Appendix A Watchdog Timer
101
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];
time_value = atoi(ptr);
}
if (time_value > 0 && time_value < 256)
{
SetWatchDogTime((unsigned char)
time_value);
init_w83977tf_aw_watchdog();
printf(“Watch Dog Timer set up : %d
\n”,time_value);
}
}
Содержание SBC-556/L
Страница 1: ...SBC 556 L Half size CPU Card with LCD Ethernet SSD ...
Страница 15: ...Chapter 1 General Information 7 Board layout 5582 SIS B 6 9 0 0 0 CHIPS Winbond BAT DiskOnChip ...
Страница 16: ...8 SBC 556 L User Manual Card dimensions 185 00 178 00 122 00 98 50 19 50 D4x4 ...
Страница 64: ...56 SBC 556 L User Manual Chipset features setup ...
Страница 84: ...76 SBC 556 L User Manual ...
Страница 101: ...A Watchdog Timer A P P E N D I X ...