Share via


CLRPORT32 (Windows Embedded CE 6.0)

1/5/2010

This macro clears a 32-bit word from a specified port address.

Syntax

#define CLRPORT32(x, y)

Parameters

  • x
    Specifies the port address. On x86-based hardware platforms, the I/O address space is used.
  • y
    Bits to be cleared from 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