Share via


SETPORT8 (Windows CE 5.0)

Send Feedback

This macro sets the bits at a specified port address.

#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 Values

None.

Remarks

Requirements

OS Versions: Windows CE Version 5.0 and later
Header: Oal_io.h

See Also

I/O Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.