Appendix D
–
Digital I/O Ports
127
3.5
” S
ub
co
m
pa
ct
Bo
ard
G
EN
E-
SK
U6
D.4 Digital I/O 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 0xA0 // 0:input, 1: output
#define InputPin 0x00
#define OutputPin 0x01
#define OutputReg 0xA1 // 0:low, 1: high
#define StatusReg 0xA2 // 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
**************************************************************************
**************************************************************************
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
Summary of Contents for AAEON GENE-SKU6
Page 1: ...Last Updated October 28 2021 GENE SKU6 3 5 Subcompact Board User s Manual 13th Ed ...
Page 15: ...3 5 Subcompact Board GENE SKU6 Chapter 1 Chapter 1 Product Specifications ...
Page 20: ...3 5 Subcompact Board GENE SKU6 Chapter 2 Chapter 2 Hardware Information ...
Page 70: ...Chapter 2 Hardware Information 56 3 5 Subcompact Board GENE SKU6 GENE SKU6 HSK02 Assembly ...
Page 72: ...Chapter 2 Hardware Information 58 3 5 Subcompact Board GENE SKU6 GENE SKU6 FAN01 Assembly ...
Page 74: ...3 5 Subcompact Board GENE SKU6 Chapter 3 Chapter 3 AMI BIOS Setup ...
Page 77: ...Chapter 3 AMI BIOS Setup 63 3 5 Subcompact Board GENE SKU6 3 3 Setup Submenu Main ...
Page 78: ...Chapter 3 AMI BIOS Setup 64 3 5 Subcompact Board GENE SKU6 3 4 Setup Submenu Advanced ...
Page 87: ...Chapter 3 AMI BIOS Setup 73 3 5 Subcompact Board GENE SKU6 3 4 5 SIO Configuration ...
Page 97: ...Chapter 3 AMI BIOS Setup 83 3 5 Subcompact Board GENE SKU6 3 5 Setup Submenu Chipset ...
Page 108: ...Chapter 3 AMI BIOS Setup 94 3 5 Subcompact Board GENE SKU6 3 8 Setup submenu Save Exit ...
Page 109: ...3 5 Subcompact Board GENE SKU6 Chapter 4 Chapter 4 Drivers Installation ...
Page 115: ...3 5 Subcompact Board GENE SKU6 Appendix A Appendix A Watchdog Timer Programming ...
Page 120: ...3 5 Subcompact Board GENE SKU6 Appendix B Appendix B I O Information ...
Page 121: ...Appendix B I O Information 107 3 5 Subcompact Board GENE SKU6 B 1 I O Address Map ...
Page 122: ...Appendix B I O Information 108 3 5 Subcompact Board GENE SKU6 ...
Page 123: ...Appendix B I O Information 109 3 5 Subcompact Board GENE SKU6 B 2 Memory Address Map ...
Page 124: ...Appendix B I O Information 110 3 5 Subcompact Board GENE SKU6 B 3 IRQ Mapping Chart ...
Page 125: ...Appendix B I O Information 111 3 5 Subcompact Board GENE SKU6 ...
Page 126: ...Appendix B I O Information 112 3 5 Subcompact Board GENE SKU6 ...
Page 127: ...Appendix B I O Information 113 3 5 Subcompact Board GENE SKU6 ...
Page 128: ...Appendix B I O Information 114 3 5 Subcompact Board GENE SKU6 ...
Page 129: ...Appendix B I O Information 115 3 5 Subcompact Board GENE SKU6 ...
Page 130: ...Appendix B I O Information 116 3 5 Subcompact Board GENE SKU6 ...
Page 131: ...Appendix B I O Information 117 3 5 Subcompact Board GENE SKU6 ...
Page 132: ...Appendix B I O Information 118 3 5 Subcompact Board GENE SKU6 ...
Page 133: ...Appendix B I O Information 119 3 5 Subcompact Board GENE SKU6 ...
Page 134: ...Appendix B I O Information 120 3 5 Subcompact Board GENE SKU6 ...
Page 135: ...3 5 Subcompact Board GENE SKU6 Appendix C Appendix C Electrical Specifications for I O Ports ...
Page 137: ...3 5 Subcompact Board GENE SKU6 Appendix D Appendix D Digital I O Ports ...
Page 144: ...3 5 Subcompact Board GENE SKU6 Appendix E Appendix E Mating Connectors and Cables ...