Asus AAEON ASDM-L-CFS User Manual page 73

Smart display module
Table of Contents

Advertisement

************************************************************************************
VOID ECBRAMWriteByte(byte OPReg, byte OPBit, byte Value){
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);
}
Byte ECBRAMReadByte(byte
OPReg){ IOWriteByte(EcBRAMIndex, 0x10);
IOWriteByte(EcBRAMData, BRAMLDNReg);
IOWriteByte(EcBRAMIndex, 0x11);
IOWriteByte(EcBRAMData, BRAMFnDataReg);
IOWriteByte(EcBRAMIndex, 0x12);
IOWriteByte(EcBRAMData, 0x10);
IOWriteByte(EcBRAMIndex, 0x13 + OPReg);
Return
IOReadByte(EcBRAMData, Value);
}
*********************************************************************************
Appendix A – Watchdog Timer Programming
//Write start
//Read start
60

Advertisement

Table of Contents
loading

Table of Contents