Aaeon GENE-6315 User Manual page 53

Subcompact board
Table of Contents

Advertisement

S u b C o m p a c t B o a r d
}
void SetWatchDogTime(unsigned char time_val)
{
EnterConfigMode();
SelectDevice(8);
//Set Register F2
//Set Watch-Dog Timer 1~ 256
WriteAData(0xF2, time_val);
// set counter counts in second (or minute)
// Register F4 Bit 6 = 0/1 (minutes/seconds)
// For w83977EF only
WriteAData(0xF4, 0x40);
ExitConfigMode();
}
void init_w83977tf_aw_watchdog()
{
G E N E - 6 3 1 5
Appendix A Programming the Watchdog Timer
A-5

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents