Asus AAEON COM-SKUC6 User Manual page 98

Com express module
Hide thumbs Also See for AAEON COM-SKUC6:
Table of Contents

Advertisement

************************************************************************************
ECBRAMWriteByte(byte OPReg, byte OPBit, byte Value)
VOID
IOWriteByte(EcBRAMIndex, 0x10);
IOWriteByte(EcBRAMData, BRAMLDNReg);
IOWriteByte(EcBRAMIndex, 0x11);
IOWriteByte(EcBRAMData, BRAMFnDataReg);
IOWriteByte(EcBRAMIndex, 0x13 + OPReg);
IOWriteByte(EcBRAMData, Value);
IOWriteByte(EcBRAMIndex, 0x12);
IOWriteByte(EcBRAMData, 0x30);
}
ECBRAMReadByte(byte FnDataReg, byte OPReg)
Byte
IOWriteByte(EcBRAMIndex, 0x10);
IOWriteByte(EcBRAMData, BRAMLDNReg);
IOWriteByte(EcBRAMIndex, 0x11);
IOWriteByte(EcBRAMData, FnDataReg);
IOWriteByte(EcBRAMIndex, 0x12);
IOWriteByte(EcBRAMData, 0x10);
IOWriteByte(EcBRAMIndex, 0x13 + OPReg);
Return
IOReadByte(EcBRAMData, Value);
}
************************************************************************************
Appendix C – Programming Digital I/O
{
//Write start
{
//Read start
85

Advertisement

Table of Contents
loading

This manual is also suitable for:

Aaeon com-kbuc6

Table of Contents