![]() |
| Home |
|
|
Function RTPCMapIOWindowFunction RTPCMapIOWindow maps I/O address space of the PC card into the computer's I/O address space:
void RTPCMapIOWindow(int Socket,
int Window,
WORD HostAddress,
WORD CardAddress,
WORD Size,
BYTE Flags);
ParametersSocketThe socket number for which to map an I/O window. WindowMust be 0 or 1. HostAddressThe address of the I/O window in the computer's I/O address space. CardAddressSpecifies the address in the PC Card's I/O address space. This value is not supported by most PCMCIA controllers and should be set to HostAddress. SizeSpecifies the window's size. Flagsspecifies additional options for the I/O window and can be a combination of the following:
Flags value 0 is equivalent to (RTPC_IO_WINDOW_8BIT | RTPC_IO_WINDOW_TIMER0).
|