MASKPORT32 (Windows CE 5.0)
This macro is a helper function that uses a bit mask to write a 32-bit word to a specified address.
#define MASKPORT32(x, y, z)
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
Bits to be cleared from the port address. - z
Specifies the new bits to be set.
Return Values
None.
Remarks
Requirements
OS Versions: Windows CE Version 5.0 and later
Header: Oal_io.h
See Also
Send Feedback on this topic to the authors