S u b C o m p a c t B o a r d
G E N E - 6 3 1 5
Appendix A Programming the Watchdog Timer
A-5
}
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()
{
Summary of Contents for GENE-6315
Page 17: ...SubCompact Board G E N E 6 3 1 5 Chapter 2 Quick Installation Guide 2 4 Solder Side...
Page 19: ...SubCompact Board G E N E 6 3 1 5 Chapter 2 Quick Installation Guide 2 6 Solder Side...
Page 40: ...SubCompact Board G E N E 6 3 1 5 Chapter 3 Award BIOS Setup 3 1 Chapter Award BIOS Setup 3...
Page 59: ...SubCompact Board G E N E 6 3 1 5 Appendix B I O Information B 1 I O Information Appendix B...
Page 60: ...SubCompact Board G E N E 6 3 1 5 Appendix B I O Information B 2 B 1 I O Address Map...
Page 61: ...SubCompact Board G E N E 6 3 1 5 Appendix B I O Information B 3 B 2 Memory Address Map...
Page 64: ...SubCompact Board G E N E 6 3 1 5 Appendix C Mating Connector C 1 Mating Connecotor x Appendi C...