Appendix A Watchdog Timer
97
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(
atch Dog Timer set up : %d \n",time_value);
W
}
}
Содержание PCM-6892 Rev.B
Страница 18: ...8 PCM 6892 Installation GuideBC PCM 6892 Locating Jumpers Connectors ...
Страница 19: ...PCM 6892 Installation Guide 9 Quick Installation Guide Locating Jumpers Connectors ...
Страница 20: ...10 PCM 6892 Installation GuideBC PCM 6892 Mechanical Drawing ...
Страница 21: ...PCM 6892 Installation Guide 11 Quick Installation Guide Mechanical Drawing ...
Страница 98: ...Appendix A Watchdog Timer 91 A WatchDog Timer A P P E N D I X ...
Страница 105: ...Appendix B Optional Extras 99 B Optional Extras A P P E N D I X Appendix B pmd 2003 10 21 09 21 上午 99 ...