typedef struct tagPT_WritePortWord
{
INT16U port;
INT16U WordData;
} PT_WritePortWord, * LPT_WritePortWord; PT_WritePortWord is used in function DRV_WritePortWord.
|
Name |
Direction |
Description |
|
port |
input |
The I/O port address to write data to. It must be within the address range allocated by the system. |
|
WordData |
inputt |
The 16-bit output data to specified I/O port. |