AAEON PFM-CVS Rev.B User Manual

Page 121

Advertising
background image

P C / 1 0 4 M o d u l e

P F M - C V S R e v . B

Appendix D Electrical Specifications for I/O Ports

D-8

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