Ext16IO
 
 
 Bean Ext16IO
 
External 16-bit Input/Output

Methods are user callable functions/subroutines that are means of controlling the bean functions.

Methods:

  • 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.



Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.