AAEON AEC-6977 User Manual

Page 112

Advertising
background image

E m b e d d e d C o n t r o l l e r

A E C - 6 9 7 7

Appendix D Electrical Specifications for I/O Ports

D-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