Share via


OUTPORT32 (Windows Embedded CE 6.0)

1/5/2010

This macro writes a 32-bit word to a specified address.

Syntax

#define OUTPORT32(x, y)

Parameters

  • x
    Specifies the port address to which the 32-bit word will be written. On x86-based hardware platforms, the I/O address space is used.
  • y
    Specifies the 32-bit word to write to the port address.

Return Value

None.

Requirements

Header oal_io.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

I/O Macros