MASKREG8 (Windows Embedded CE 6.0)
1/5/2010
This macro is a helper function that uses a bit mask to write a byte to a specified address.
Syntax
#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 Value
None.
Requirements
Header | oal_io.h |
Windows Embedded CE | Windows CE 5.0 and later |