
Appendix A – Watchdog Timer Programming
55
In
du
str
ial T
ou
ch
P
an
el
PC
OM
NI
-5
15
5L
************************************************************************************
// 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);
}
************************************************************************************
Содержание OMNI-5155L
Страница 13: ...Industrial Touch Panel PC OMNI 5155L Chapter 1 Chapter 1 Product Specifications...
Страница 17: ...Industrial Modular Touch Panel PC OMNI 5155L Chapter 2 Chapter 2 Hardware Information...
Страница 18: ...Chapter 2 Hardware Information 6 Industrial Touch Panel PC OMNI 5155L 2 1 Dimensions...
Страница 32: ...Industrial Touch Panel OMNI 5155L Chapter 3 Chapter 3 AMI BIOS Setup...
Страница 35: ...Chapter 3 AMI BIOS Setup 23 Industrial Touch Panel PC OMNI 5155L 3 3 Setup Submenu Main...
Страница 36: ...Chapter 3 AMI BIOS Setup 24 Industrial Touch Panel PC OMNI 5155L 3 4 Setup Submenu Advanced...
Страница 40: ...Chapter 3 AMI BIOS Setup 28 Industrial Touch Panel PC OMNI 5155L 3 4 2 1 Socket 0 CPU Information...
Страница 46: ...Chapter 3 AMI BIOS Setup 34 Industrial Touch Panel PC OMNI 5155L 3 4 6 Advanced Hardware Monitor...
Страница 49: ...Chapter 3 AMI BIOS Setup 37 Industrial Touch Panel PC OMNI 5155L 3 5 Setup submenu Chipset...
Страница 55: ...Chapter 3 AMI BIOS Setup 43 Industrial Touch Panel PC OMNI 5155L 3 6 1 Security P1 WDC WD3200LP...
Страница 57: ...Chapter 3 AMI BIOS Setup 45 Industrial Touch Panel PC OMNI 5155L 3 7 1 Boot Hard Drive BBS Priorities...
Страница 58: ...Chapter 3 AMI BIOS Setup 46 Industrial Touch Panel PC OMNI 5155L 3 8 Setup submenu Exit...
Страница 59: ...Industrial Modular Touch Panel PC OMNI 5155L Chapter 4 Chapter 4 Drivers Installation Touchscreen Settings...
Страница 63: ...Industrial Touch Panel OMNI 5155L Appendix A Appendix A Watchdog Timer Programming...
Страница 69: ...Industrial Modular Touch Panel PC OMNI 5155L Appendix B Appendix B I O Information...
Страница 70: ...Appendix B I O Information 58 Industrial Modular Touch Panel OMNI 5155L B 1 I O Address Map...
Страница 71: ...Appendix B I O Information 59 Industrial Modular Touch Panel OMNI 5155L...
Страница 72: ...Appendix B I O Information 60 Industrial Modular Touch Panel OMNI 5155L B 2 Memory Address Map...
Страница 73: ...Appendix B I O Information 61 Industrial Modular Touch Panel OMNI 5155L B 3 IRQ Mapping Chart...