Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This macro is a helper function that uses a bit mask to write a 32-bit word to a specified address.
Syntax
#define MASKREG32(x, y, z)
Parameters
- x
Specifies the address to which the 32-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 Value
Requirements
| Header | oal_io.h |
| Windows Embedded CE | Windows CE 5.0 and later |