-
GetVal
- Read a value from the external port and returns it.
ANSIC prototype: word GetVal(void)
- Return value:word - Input value
-
PutVal
- Write the specified value to the external port.
ANSIC prototype: void PutVal(word Val)
- Val:word - Output value
Note: Some methods can be implemented as macros.