MASKREG8 (Windows CE 5.0)
This macro is a helper function that uses a bit mask to write a byte to a specified address.
#define MASKREG8(x, y, z)
Parameters
- x
Specifies the address to which the byte 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
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