Intel EMB-H61A Manual page 90

Industrial motherboard
Table of Contents

Advertisement

I n d u s t r i al M o t he r b o ar d
************************************************************************************
SIOEnterMBPnPMode()
VOID
IOWriteByte(SIOIndex, 0x87);
IOWriteByte(SIOIndex, 0x87);
}
SIOExitMBPnPMode()
VOID
IOWriteByte(SIOIndex, 0xAA);
}
SIOSelectLDN(byte LDN)
VOID
IOWriteByte(SIOIndex, 0x07);
IOWriteByte(SIOData,
}
SIOBitSet(byte LDN, byte Register, byte BitNum, byte Value)
VOID
Byte TmpValue;
SIOEnterMBPnPMode();
SIOSelectLDN(byte
IOWriteByte(SIOIndex, Register);
TmpValue = IOReadByte(SIOData);
TmpValue &= ~(1 << BitNum);
TmpValue |= (Value << BitNum);
IOWriteByte(SIOData, TmpValue);
SIOExitMBPnPMode();
}
SIOByteSet(byte LDN, byte Register, byte Value)
VOID
SIOEnterMBPnPMode();
SIOSelectLDN(LDN);
IOWriteByte(SIOIndex, Register);
IOWriteByte(SIOData,
SIOExitMBPnPMode();
}
************************************************************************************
Appendix D Electrical Specifications for I/O Ports
{
{
{
// SIO LDN Register Offset = 0x07
);
LDN
);
LDN
);
Value
D-8
E M B - H6 1 A
{
{

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EMB-H61A and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents