Q S e v e n M o d u l e
A Q 7 - B T
************************************************************************************
// Procedure : AaeonWDTEnable
VOID
AaeonWDTEnable ()
{
WDTEnableDisable(
1
);
}
// Procedure : AaeonWDTConfig
VOID
AaeonWDTConfig ()
{
// Disable WDT counting
WDTEnableDisable(
0
);
// WDT relative parameter setting
WDTParameterSetting();
}
VOID
WDTEnableDisable(byte Value)
{
ECBRAMWriteByte(TimerReg , Value);
}
VOID
WDTParameterSetting()
{
Byte TempByte;
// Watchdog Timer counter setting
ECBRAMWriteByte(TimerReg , TimerVal);
// WDT counting unit setting
TempByte = ECBRAMReadByte(UnitReg);
TempByte |= (UnitVal << UnitBit);
ECBRAMWriteByte(UnitReg , TempByte);
// WDT RST pulse width setting
TempByte = ECBRAMReadByte(RSTReg);
TempByte |= (RSTVal << RSTBit);
ECBRAMWriteByte(RSTReg , TempByte);
}
************************************************************************************
Appendix A Programming the Watchdog Timer
A-5
Summary of Contents for AQ7-BT
Page 18: ...Qseven Module A Q 7 B T Chapter 2 Quick Installation Guide 2 5 Cooler www texim europe com ...
Page 22: ...Qseven Module A Q 7 B T Chapter 2 Quick Installation Guide 2 9 www texim europe com ...
Page 35: ...Qseven Module A Q 7 B T Advanced Chapter 3 AMI BIOS Setup 3 5 www texim europe com ...
Page 48: ...Qseven Module A Q 7 B T Chipset Chapter 3 AMI BIOS Setup 3 18 www texim europe com ...
Page 57: ...Qseven Module A Q 7 B T Exit Chapter 3 AMI BIOS Setup 3 27 www texim europe com ...
Page 71: ...QSeven Module A Q 7 B T Appendix B I O Information B 3 www texim europe com ...
Page 73: ...QSeven Module A Q 7 B T Appendix B I O Information B 5 www texim europe com ...
Page 75: ...QSeven Module A Q 7 B T Appendix B I O Information B 7 www texim europe com ...
Page 76: ...QSeven Module A Q 7 B T Appendix B I O Information B 8 www texim europe com ...
Page 77: ...QSeven Module A Q 7 B T Appendix B I O Information B 9 www texim europe com ...
Page 78: ...QSeven Module A Q 7 B T Appendix B I O Information B 10 www texim europe com ...
Page 79: ...QSeven Module A Q 7 B T Appendix B I O Information B 11 www texim europe com ...
Page 80: ...QSeven Module A Q 7 B T Appendix B I O Information B 12 www texim europe com ...
Page 81: ...QSeven Module A Q 7 B T Appendix B I O Information B 13 www texim europe com ...
Page 82: ...QSeven Module A Q 7 B T Appendix B I O Information B 14 www texim europe com ...
Page 83: ...QSeven Module A Q 7 B T Appendix B I O Information B 15 www texim europe com ...
Page 84: ...QSeven Module A Q 7 B T Appendix B I O Information B 16 www texim europe com ...
Page 85: ...QSeven Module A Q 7 B T Appendix B I O Information B 17 www texim europe com ...
Page 86: ...QSeven Module A Q 7 B T Appendix B I O Information B 18 www texim europe com ...