
Appendix A – Watchdog Timer Programming
85
Fan
les
s E
mb
ed
ded
Bo
x
PC
BO
XE
R-
68
41
M
*********************************************************************************
// 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 BOXER-6841M
Page 1: ...Last Updated October 23 2018 BOXER 6841M Fanless Embedded Box PC User s Manual 1st Ed ...
Page 14: ...Fanless Embedded Box PC BOXER 6841M Chapter 1 Chapter 1 Product Specifications ...
Page 19: ...Fanless Embedded Box PC BOXER 6841M Chapter 2 Chapter 2 Hardware Information ...
Page 21: ...Chapter 2 Hardware Information 8 Fanless Embedded Box PC BOXER 6841M ...
Page 22: ...Chapter 2 Hardware Information 9 Fanless Embedded Box PC BOXER 6841M BOXER 6841M A2 A4 ...
Page 23: ...Chapter 2 Hardware Information 10 Fanless Embedded Box PC BOXER 6841M ...
Page 24: ...Chapter 2 Hardware Information 11 Fanless Embedded Box PC BOXER 6841M BOXER 6841M A5 ...
Page 25: ...Chapter 2 Hardware Information 12 Fanless Embedded Box PC BOXER 6841M BOXER 6841M A6 ...
Page 29: ...Chapter 2 Hardware Information 16 Fanless Embedded Box PC BOXER 6841M Solder Side ...
Page 57: ...Industrial Modular Touch Panel BOXER 6841M Chapter 3 Chapter 3 AMI BIOS Setup ...
Page 60: ...Chapter 3 AMI BIOS Setup 47 Fanless Embedded Box PC BOXER 6841M 3 3 Setup Submenu Main ...
Page 61: ...Chapter 3 AMI BIOS Setup 48 Fanless Embedded Box PC BOXER 6841M 3 4 Setup Submenu Advanced ...
Page 79: ...Chapter 3 AMI BIOS Setup 66 Fanless Embedded Box PC BOXER 6841M 3 5 Setup submenu Chipset ...
Page 88: ...Chapter 3 AMI BIOS Setup 75 Fanless Embedded Box PC BOXER 6841M 3 8 Boot BBS Priorities ...
Page 89: ...Chapter 3 AMI BIOS Setup 76 Fanless Embedded Box PC BOXER 6841M 3 9 Setup submenu Save Exit ...
Page 90: ...Fanless Embedded Box PC BOXER 6841M Chapter 4 Chapter 4 Drivers Installation ...
Page 94: ...Fanless Embedded Box PC BOXER 6841M Appendix A Appendix A Watchdog Timer Programming ...
Page 100: ...Fanless Embedded Box PC BOXER 6841M Appendix B Appendix C I O Information ...
Page 101: ...Appendix B I O Information 88 Fanless Embedded Box PC BOXER 6841M B 1 I O Address Map ...
Page 102: ...Appendix B I O Information 89 Fanless Embedded Box PC BOXER 6841M ...
Page 103: ...Appendix B I O Information 90 Fanless Embedded Box PC BOXER 6841M B 2 Memory Address Map ...
Page 104: ...Appendix B I O Information 91 Fanless Embedded Box PC BOXER 6841M B 3 IRQ Mapping Chart ...