SETPORT16 (Windows Embedded CE 6.0)
1/5/2010
This macro sets a 16-bit word at a specified port address.
Syntax
#define SETPORT16(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 |
Windows Embedded CE | Windows CE 5.0 and later |