Appendix C – Digital I/O Information
84
Fa
nle
ss Em
be
dde
d B
ox
P
C
BOX
ER
-66
15
C.4 DIO Sample Program
**************************************************************************
// SuperIO relative definition (Please reference to Table 2)
#define SIOIndex 0x2E
#define SIOData 0x2F
#define DIOLDN 0x06
IOWriteByte(byte IOPort, byte Value);
IOReadByte(byte IOPort);
// DIO relative definition (Please reference to Table 3)
#define DirReg_L 0x88 // 0:input, 1: output
#define DirReg_H 0x80 // 0:input, 1: output
#define InputPin 0x00
#define OutputPin 0x01
#define OutputReg_L 0x89 // 0:low, 1: high
#define OutputReg_H 0x81 // 0:low, 1: high
#define StatusReg_L 0x8A // 0:low, 1: high
#define StatusReg_H 0x82 // 0:low, 1: high
#define PinLow 0x00
#define PinHigh 0x01
#define Pin0Bit 0x00
#define Pin1Bit 0x01
#define Pin2Bit 0x02
#define Pin3Bit 0x03
#define Pin4Bit 0x04
#define Pin5Bit 0x05
#define Pin6Bit 0x06
#define Pin7Bit 0x07
Summary of Contents for AAEON BOXER-6615
Page 1: ...Last Updated November 9 2016 BOXER 6615 Fanless Embedded Box PC User s Manual 1st Ed ...
Page 14: ...Fanless Embedded Box PC BOXER 6615 Chapter 1 Chapter 1 Product Specifications ...
Page 17: ...Fanless Embedded Box PC BOXER 6615 Chapter 2 Chapter 2 Hardware Information ...
Page 21: ...Chapter 2 Hardware Information 8 Fanless Embedded Box PC BOXER 6615 Solder Side ...
Page 23: ...Chapter 2 Hardware Information 10 Fanless Embedded Box PC BOXER 6615 2 4 Block Diagram ...
Page 42: ...Fanless Embedded Box PC BOXER 6615 Chapter 3 Chapter 3 AMI BIOS Setup ...
Page 68: ...Fanless Embedded Box PC BOXER 6615 Chapter 4 Chapter 4 Drivers Installation ...
Page 73: ...Fanless Embedded Box PC BOXER 6615 Appendix A Appendix A Watchdog Timer Programming ...
Page 78: ...Fanless Embedded Box PC BOXER 6615 Appendix B Appendix C I O Information ...
Page 79: ...Appendix B I O Information 66 Fanless Embedded Box PC BOXER 6615 B 1 I O Address Map ...
Page 80: ...Appendix B I O Information 67 Fanless Embedded Box PC BOXER 6615 ...
Page 81: ...Appendix B I O Information 68 Fanless Embedded Box PC BOXER 6615 B 2 Memory Address Map ...
Page 82: ...Appendix B I O Information 69 Fanless Embedded Box PC BOXER 6615 B 3 IRQ Mapping Chart ...
Page 83: ...Appendix B I O Information 70 Fanless Embedded Box PC BOXER 6615 ...
Page 84: ...Appendix B I O Information 71 Fanless Embedded Box PC BOXER 6615 ...
Page 85: ...Appendix B I O Information 72 Fanless Embedded Box PC BOXER 6615 ...
Page 86: ...Appendix B I O Information 73 Fanless Embedded Box PC BOXER 6615 ...
Page 87: ...Appendix B I O Information 74 Fanless Embedded Box PC BOXER 6615 ...
Page 88: ...Appendix B I O Information 75 Fanless Embedded Box PC BOXER 6615 ...
Page 89: ...Appendix B I O Information 76 Fanless Embedded Box PC BOXER 6615 ...
Page 90: ...Appendix B I O Information 77 Fanless Embedded Box PC BOXER 6615 ...
Page 91: ...Appendix B I O Information 78 Fanless Embedded Box PC BOXER 6615 ...
Page 92: ...Fanless Embedded Box PC BOXER 6615 Appendix C Appendix C Digital I O Information ...