E P I C B o a r d
E P I C - B D U 7
**************************************************************************
**************************************************************************
VOID
Main
(){
Boolean PinStatus ;
// Procedure : AaeonReadPinStatus
// Input :
//
Example, Read Digital I/O Pin 3 status
// Output :
//
InputStatus :
//
0: Digital I/O Pin level is low
//
1: Digital I/O Pin level is High
PinStatus = AaeonReadPinStatus(
Pin3Bit
);
// Procedure : AaeonSetOutputLevel
// Input :
//
Example, Set Digital I/O Pin 2 to high level
AaeonSetOutputLevel(
Pin2Bit
,
PinHigh
);
}
**************************************************************************
**************************************************************************
Boolean
AaeonReadPinStatus(byte PinBit)
{
Boolean PinStatus ;
if (
PinBit
<
Pin9Bit
)
{
PinStatus = SIOBitRead(
DIOLDN
,
StatusReg_L
,
PinBit
);
} else
{
PinStatus = SIOBitRead(
DIOLDN
,
StatusReg_H
,
PinBit - Pin9Bit
);
}
Return PinStatus ;
}
VOID
AaeonSetOutputLevel(byte PinBit, byte Value)
{
Appendix E Digital I/O Ports
E-7
Содержание EPIC-BDU7
Страница 11: ...EPIC Board E P I C B D U 7 General Information Chapter 1 Chapter 1 General Information 1 1...
Страница 17: ...EPIC Board E P I C B D U 7 Chapter 2 Quick Installation Guide 2 1 Quick Installation Guide Chapter 2...
Страница 20: ...EPIC Board E P I C B D U 7 Chapter 2 Quick Installation Guide 2 4 With Heat Spreader...
Страница 21: ...EPIC Board E P I C B D U 7 Chapter 2 Quick Installation Guide 2 5 Solder Side Solder Side With Heat Spreader...
Страница 73: ...EPIC Board E P I C B D U 7 AMI BIOS Setup Chapter 3 Chapter 3 AMI BIOS Setup 3 1...
Страница 101: ...EPIC Board E P I C B D U 7 Enable Disable USB Mass Storage Driver Support Chapter 3 AMI BIOS Setup 3 29...
Страница 103: ...EPIC Board E P I C B D U 7 Set GPIO Level when used as Output Chapter 3 AMI BIOS Setup 3 31...
Страница 111: ...EPIC Board E P I C B D U 7 70 80 90 100 Select Backlight Level Chapter 3 AMI BIOS Setup 3 39...
Страница 117: ...EPIC Board E P I C B D U 7 The order of boot priorities Chapter 3 AMI BIOS Setup 3 45...
Страница 121: ...EPIC Board E P I C B D U 7 Driver Installation Chapter 4 Chapter 4 Driver Installation 4 1...
Страница 126: ...EPIC Board E P I C B D U 7 Chapter 4 Driver Installation 4 6...
Страница 127: ...EPIC Board E P I C B D U 7 2 Reboot and log in as administrator Chapter 4 Driver Installation 4 7...
Страница 128: ...EPIC Board E P I C B D U 7 3 Run patch bat as administrator Chapter 4 Driver Installation 4 8...
Страница 132: ...EPIC Board E P I C B D U 7 Programming the Watchdog Timer Appendix A Appendix A Programming the Watchdog Timer A 1...
Страница 137: ...EPIC Board E P I C B D U 7 I O Information Appendix B Appendix B I O Information B 1...
Страница 138: ...EPIC Board E P I C B D U 7 B 1 I O Address Map Appendix B I O Information B 2...
Страница 139: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 3...
Страница 140: ...EPIC Board E P I C B D U 7 B 2 Memory Address Map Appendix B I O Information B 4...
Страница 141: ...EPIC Board E P I C B D U 7 B 3 IRQ Mapping Chart Appendix B I O Information B 5...
Страница 142: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 6...
Страница 143: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 7...
Страница 144: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 8...
Страница 145: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 9...
Страница 146: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 10...
Страница 147: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 11...
Страница 148: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 12...
Страница 149: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 13...
Страница 150: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 14...
Страница 151: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 15...
Страница 152: ...EPIC Board E P I C B D U 7 Appendix B I O Information B 16...
Страница 153: ...EPIC Board E P I C B D U 7 B 4 DMA Channel Assignments Appendix B I O Information B 17...
Страница 154: ...EPIC Board E P I C B D U 7 Mating Connectors Appendix C Appendix C Mating Connector C 1...
Страница 160: ...EPIC Board E P I C B D U 7 Digital I O Ports Appendix E Appendix E Digital I O Ports E 1...