Appendix C – Digital I/O Ports
82
Fan
les
s E
mb
ed
ded
Bo
x
PC
BO
XE
R-
6951
-A01
-1
01
0 /
3
2.1
84
0.9
21
-00
************************************************************************************
Boolean AaeonReadPinStatus(byte LDN, byte Register, byte BitNum){
Boolean PinStatus ;
PinStatus = SIOBitRead(LDN, Register, BitNum);
Return PinStatus ;
}
VOID AaeonSetOutputLevel(byte LDN, byte Register, byte BitNum, byte Value){
ConfigToOutputMode(LDN, Register, BitNum);
SIOBitSet(LDN, Register, BitNum, Value);
}
************************************************************************************
Summary of Contents for BOXER-6951-A01-1010
Page 44: ...Fanless Embedded Box PC BOXER 6951 A01 1010 32 1840 921 00 Chapter 3 Chapter 3 AMI BIOS Setup...
Page 83: ...Appendix B I O Information 70 Fanless Embedded Box PC BOXER 6951 A01 1010 32 1840 921 00...
Page 86: ...Appendix B I O Information 73 Fanless Embedded Box PC BOXER 6951 A01 1010 32 1840 921 00...
Page 87: ...Appendix B I O Information 74 Fanless Embedded Box PC BOXER 6951 A01 1010 32 1840 921 00...