Asus AAEON BOXER-6615 User Manual page 101

Fanless embedded box pc
Table of Contents

Advertisement

Return 1;
}
VOID ConfigDioMode(byte PinBit, byte Mode){
Byte TmpValue;
SIOEnterMBPnPMode();
SIOSelectLDN(DIOLDN);
IOWriteByte(SIOIndex, DirReg_L);
TmpValue = IOReadByte(SIOData);
TmpValue |= (Mode << PinBit);
IOWriteByte(SIOData, DirReg_L);
SIOExitMBPnPMode();
}
**************************************************************************
Appendix C – Digital I/O Information
88

Advertisement

Table of Contents
loading

Table of Contents