OUTPORT8 (Windows CE 5.0)
This macro writes a byte to a specified address.
#define OUTPORT8(x, y)
Parameters
- x
Specifies the port address to which the byte will be written. On x86-based hardware platforms, the I/O address space is used. - y
Specifies the byte to write to the port address.
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