
P I C O - I T X B o a r d
P I C O - B T 0 1
}
*******************************************************************************
*******************************************************************************
// Procedure : AaeonWDTEnable
VOID
AaeonWDTEnable ()
{
WDTEnableDisable(1);
}
// Procedure : AaeonWDTConfig
VOID
AaeonWDTConfig (byte Counter, BOOLEAN Unit)
{
// Disable WDT counting
WDTEnableDisable(0);
// Clear Watchdog Timeout Status
WDTClearTimeoutStatus();
// WDT relative parameter setting
WDTParameterSetting(Timer, Unit);
}
VOID
WDTEnableDisable(byte Value)
{
If (Value == 1)
WDTSetBit(
TimerReg
,
EnableBit
, 1);
else
WDTSetBit(
TimerReg
,
EnableBit
, 0);
}
VOID
WDTParameterSetting(byte Counter, BOOLEAN Unit)
{
// Watchdog Timer counter setting
WDTWriteByte(
CounterReg
,
Counter
);
// WDT counting unit setting
WDTSetBit(
TimerReg
,
UnitBit, Unit
);
// WDT output mode set to pulse
WDTSetBit(
TimerReg
,
ModeBit
,
ModeVal
);
// WDT output mode set to active low
WDTSetBit(
TimerReg
,
PolarityBit
,
PolarityVal
);
// WDT output pulse width is 25ms
WDTSetBit(
TimerReg
,
PSWidthBit
,
PSWidthVal
);
Appendix A Programming the Watchdog Timer
A-4
Summary of Contents for PICO-BT01
Page 16: ...PICO ITX Board P I C O B T 0 1 Chapter 2 Quick Installation Guide 2 4 Solder Side Solder Side ...
Page 18: ...PICO ITX Board P I C O B T 0 1 Chapter 2 Quick Installation Guide 2 6 Solder Side Solder Side ...
Page 19: ...PICO ITX Board P I C O B T 0 1 Chapter 2 Quick Installation Guide 2 7 Heat Spreader ...
Page 20: ...PICO ITX Board P I C O B T 0 1 Chapter 2 Quick Installation Guide 2 8 A A A A ...
Page 21: ...PICO ITX Board P I C O B T 0 1 Chapter 2 Quick Installation Guide 2 9 B B B B ...
Page 22: ...PICO ITX Board P I C O B T 0 1 Chapter 2 Quick Installation Guide 2 10 ...
Page 23: ...PICO ITX Board P I C O B T 0 1 Chapter 2 Quick Installation Guide 2 11 ...
Page 55: ...PICO ITX Board P I C O B T 0 1 AMI BIOS Setup Chapter 3 Chapter 3 AMI BIOS Setup 3 1 ...
Page 59: ...PICO ITX Board P I C O B T 0 1 Advanced Chapter 3 AMI BIOS Setup 3 5 ...
Page 65: ...PICO ITX Board P I C O B T 0 1 Advanced H W Monitor Chapter 3 AMI BIOS Setup 3 11 ...
Page 74: ...PICO ITX Board P I C O B T 0 1 Chipset Chapter 3 AMI BIOS Setup 3 20 ...
Page 84: ...PICO ITX Board P I C O B T 0 1 Exit Chapter 3 AMI BIOS Setup 3 30 ...
Page 94: ...PICO ITX Board P I C O B T 0 1 I O Information Appendix B Appendix B I O Information B 1 ...
Page 95: ...PICO ITX Board P I C O B T 0 1 B 1 I O Address Map Appendix B I O Information B 2 ...
Page 96: ...PICO ITX Board P I C O B T 0 1 B 2 Memory Address Map Appendix B I O Information B 3 ...
Page 97: ...PICO ITX Board P I C O B T 0 1 B 3 IRQ Mapping Chart Appendix B I O Information B 4 ...
Page 98: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 5 ...
Page 99: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 6 ...
Page 100: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 7 ...
Page 101: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 8 ...
Page 102: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 9 ...
Page 103: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 10 ...
Page 104: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 11 ...
Page 105: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 12 ...
Page 106: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 13 ...
Page 107: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 14 ...
Page 108: ...PICO ITX Board P I C O B T 0 1 Appendix B I O Information B 15 ...
Page 109: ...Pico size SBC P I C O B T 0 1 Mating Connector Appendix C Appendix C Mating Connector C 1 ...