Share via


SETPORT8 (Compact 2013)

10/16/2014

This macro sets the bits at a specified port address.

Syntax

#define SETPORT8(x, y)

Parameters

  • x
    Specifies the port address. On x86-based hardware platforms, the I/O address space is used.
  • y
    Specifies the bits to set.

Return Value

None.

Requirements

Header

oal_io.h

See Also

Reference

OAL I/O Macros