MASKREG16 (Windows CE 5.0)
This macro is a helper function that uses a bit mask to write a 16-bit word to a specified address.
#define MASKREG16(x, y, z)
Parameters
- x
Specifies the address to which the 16-bit word will be written. The memory address space is used for all hardware platforms. - y
Bits to be cleared from the address. - z
Specifies the new bits to be set.
Return Values
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