ReactOS 0.4.15-dev-7931-gfd331f1
_PS2_PORT Struct Reference
Collaboration diagram for _PS2_PORT:

Public Attributes

BOOLEAN IsEnabled
 
BOOLEAN QueueEmpty
 
BYTE Queue [BUFFER_SIZE]
 
UINT QueueStart
 
UINT QueueEnd
 
HANDLE QueueMutex
 
LPVOID Param
 
PS2_DEVICE_CMDPROC DeviceCommand
 

Detailed Description

Definition at line 33 of file ps2.c.

Member Data Documentation

◆ DeviceCommand

PS2_DEVICE_CMDPROC _PS2_PORT::DeviceCommand

Definition at line 44 of file ps2.c.

Referenced by PS2SetDeviceCmdProc().

◆ IsEnabled

BOOLEAN _PS2_PORT::IsEnabled

Definition at line 35 of file ps2.c.

Referenced by PS2Initialize(), PS2WriteControl(), and PS2WriteData().

◆ Param

LPVOID _PS2_PORT::Param

Definition at line 43 of file ps2.c.

Referenced by PS2SetDeviceCmdProc().

◆ Queue

BYTE _PS2_PORT::Queue[BUFFER_SIZE]

Definition at line 38 of file ps2.c.

◆ QueueEmpty

BOOLEAN _PS2_PORT::QueueEmpty

Definition at line 37 of file ps2.c.

Referenced by PS2Initialize().

◆ QueueEnd

UINT _PS2_PORT::QueueEnd

Definition at line 40 of file ps2.c.

Referenced by PS2Initialize().

◆ QueueMutex

HANDLE _PS2_PORT::QueueMutex

Definition at line 41 of file ps2.c.

Referenced by PS2Initialize().

◆ QueueStart

UINT _PS2_PORT::QueueStart

Definition at line 39 of file ps2.c.

Referenced by PS2Initialize().


The documentation for this struct was generated from the following file: