Appendix A – Watchdog Timer Programming
9
EPIC
Bo
ar
d
EPIC
-K
BS
7
************************************************************************************
// Procedure : AaeonWDTEnable
VOID AaeonWDTEnable (){
WDTEnableDisable(EnableLDN, EnableReg, EnableBit, 1);
}
// Procedure : AaeonWDTConfig
VOID AaeonWDTConfig (){
// Disable WDT counting
WDTEnableDisable(EnableLDN, EnableReg, EnableBit, 0);
// Clear Watchdog Timeout Status
WDTClearTimeoutStatus();
// WDT relative parameter setting
WDTParameterSetting();
}
VOID WDTEnableDisable(byte LDN, byte Register, byte BitNum, byte Value){
SIOBitSet(LDN, Register, BitNum, Value);
}
VOID WDTParameterSetting(){
// Watchdog Timer counter setting
SIOByteSet(TimerLDN, TimerReg, TimerVal);
// WDT counting unit setting
SIOBitSet(UnitLDN, UnitReg, UnitBit, UnitVal);
// WDT output mode setting, level / pulse
SIOBitSet(ModeLDN, ModeReg, ModeBit, ModeVal);
// Watchdog timeout output via WDTRST#
SIOBitSet(WDTRstLDN, WDTRstReg, WDTRstBit, WDTRstVal);
}
VOID WDTClearTimeoutStatus(){
SIOBitSet(StatusLDN, StatusReg, StatusBit, 1);
}
************************************************************************************
Summary of Contents for EPIC-KBS7
Page 1: ...Last Updated July 20 2017 EPIC KBS7 EPIC Board User s Manual 1st Ed...
Page 14: ...EPIC Board EPIC KBS7 Chapter 1 Chapter 1 Product Specifications...
Page 17: ...EPIC Board EPIC KBS7 Chapter 2 Chapter 2 Hardware Information...
Page 18: ...Chapter 2 Hardware Information 2 EPIC Board EPIC KBS7 2 1 Dimensions Component Side...
Page 19: ...Chapter 2 Hardware Information 3 EPIC Board EPIC KBS7...
Page 20: ...Chapter 2 Hardware Information 4 EPIC Board EPIC KBS7 Solder Side...
Page 22: ...Chapter 2 Hardware Information 6 EPIC Board EPIC KBS7 Solder Side...
Page 40: ...Chapter 2 Hardware Information 24 EPIC Board EPIC KBS7 Step 7 Install the sponge...
Page 41: ...EPIC Board EPIC KBS7 Chapter 3 Chapter 3 BIOS Setup...
Page 44: ...Chapter 3 BIOS Setup 4 EPIC Board EPIC KBS7 3 3 Setup submenu Main...
Page 45: ...Chapter 3 BIOS Setup 5 EPIC Board EPIC KBS7 3 4 Setup submenu Advanced...
Page 48: ...Chapter 3 BIOS Setup 8 EPIC Board EPIC KBS7 Enabled Designates this port as Hot Pluggable...
Page 49: ...Chapter 3 BIOS Setup 9 EPIC Board EPIC KBS7 3 4 3 SIO Configuration...
Page 54: ...Chapter 3 BIOS Setup 14 EPIC Board EPIC KBS7...
Page 57: ...Chapter 3 BIOS Setup 17 EPIC Board EPIC KBS7...
Page 60: ...Chapter 3 BIOS Setup 20 EPIC Board EPIC KBS7 3 5 Submenu Chipset...
Page 69: ...Chapter 3 BIOS Setup 29 EPIC Board EPIC KBS7...
Page 73: ...Chapter 3 BIOS Setup 33 EPIC Board EPIC KBS7 3 7 1 BBS Priorities...
Page 74: ...Chapter 3 BIOS Setup 34 EPIC Board EPIC KBS7 3 8 Submenu Exit...
Page 75: ...EPIC Board EPIC KBS7 Chapter 4 Chapter 4 Drivers Installation...
Page 79: ...EPIC Board EPIC KBS7 Appendix A Appendix A Watchdog Timer Programming...
Page 85: ...EPIC Board EPIC KBS7 Appendix B Appendix B I O Information...
Page 86: ...Appendix B I O Information 12 EPIC Board EPIC KBS7 B 1 I O Address Map...
Page 87: ...Appendix B I O Information 13 EPIC Board EPIC KBS7...
Page 88: ...Appendix B I O Information 14 EPIC Board EPIC KBS7 B 2 Memory Address Map...
Page 89: ...Appendix B I O Information 15 EPIC Board EPIC KBS7...
Page 90: ...Appendix B I O Information 16 EPIC Board EPIC KBS7 B 3 IRQ Mapping Chart...
Page 91: ...Appendix B I O Information 17 EPIC Board EPIC KBS7...
Page 92: ...EPIC Board EPIC KBS7 Appendix C Appendix B Mating Connector Information...