AAEON EMB-H61B User Manual

Page 79

Advertising
background image

I n d u s t r i a l M o t h e r b o a r d

E M B - H 6 1 B

Appendix C Electrical Specifications for I/O Ports

C-7

************************************************************************************

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);

}

************************************************************************************

Advertising