I n d u s t r i a l M o t h e r b o a r d
I M B A - Q 7 7
Appendix E Digital Input & Output
E-5
************************************************************************************
#include <stdio.h>
#include <conio.h>
#define SIOIndex
0x2E //Modify for project support 2E/4E
#define SIOData
0x2F //Modify for project support 2F/4F
#define boolean AaeonDigitalInput(int byte LDN, int byte RegNum, int byte
BitNum);
#define void AaeonDigitalOutput(int byte LDN, int byte RegNum, int byte
BitNum, boolean Status);
************************************************************************************
Main(){
// Procedure : AaeonDigitalInput
// Input :
// (byte)LDN :
Logic Device Number Register
// (byte)RegNum : 0x00 ~ 0xFF
//
SuperIO register offset that you want to access
// (byte)BitNum : 0 ~ 7
//
Which bit in register that you want to access
// Output :
// (boolean)Status : When read Digital Input Status, it will return the result
of Pin
// Status.
boolean Status = AaeonDigitalInput(int byte LDN, int byte RegNum, int byte
BitNum);
// Procedure : AaeonDigitalOutput
// Input :
// (byte)LDN : Logic Device Number Register
// (byte)RegNum : 0x00 ~ 0xFF
//
SuperIO register offset that you want to access
// (byte)BitNum : 0 ~ 7
//
Which bit in register that you want to access
// (boolean)Status :
When write Digital Output Status, this value is
the Pin status
//
of Digital Output that you want.
Summary of Contents for IMBA-Q77
Page 16: ...Industrial Motherboard I M B A Q 7 7 Chapter 2 Quick Installation Guide 2 4 Solder Side...
Page 18: ...Industrial Motherboard I M B A Q 7 7 Chapter 2 Quick Installation Guide 2 6 Solder Side...
Page 29: ...Industrial Motherboard I M B A Q 7 7 Chapter 3 AMI BIOS Setup 3 1 AMI BIOS Setup Chapter 3...
Page 33: ...Industrial Motherboard I M B A Q 7 7 Chapter 3 AMI BIOS Setup 3 5 Setup submenu Advanced...
Page 58: ...Industrial Motherboard I M B A Q 7 7 Chapter 3 AMI BIOS Setup 3 30 Setup submenu Chipset...
Page 62: ...Industrial Motherboard I M B A Q 7 7 Chapter 3 AMI BIOS Setup 3 34 Memory Configuration...
Page 67: ...Industrial Motherboard I M B A Q 7 7 Chapter 3 AMI BIOS Setup 3 39 Hard Drives BBS Priorities...
Page 69: ...Industrial Motherboard I M B A Q 7 7 Chapter 3 AMI BIOS Setup 3 41 Setup submenu Exit...
Page 85: ...Industrial Motherboard I M B A Q 7 7 Appendix B I O Information B 1 I O Information Appendix B...
Page 86: ...Industrial Motherboard I M B A Q 7 7 Appendix B I O Information B 2 B 1 I O Address Map...
Page 87: ...Industrial Motherboard I M B A Q 7 7 Appendix B I O Information B 3...
Page 89: ...Industrial Motherboard I M B A Q 7 7 Appendix B I O Information B 5 B 3 IRQ Mapping Chart...
Page 90: ...Industrial Motherboard I M B A Q 7 7 Appendix B I O Information B 6...
Page 91: ...Industrial Motherboard I M B A Q 7 7 Appendix B I O Information B 7...