ReactOS 0.4.15-dev-7942-gd23573b
_UHCI_HW_REGISTERS Struct Reference

#include <hardware.h>

Collaboration diagram for _UHCI_HW_REGISTERS:

Public Attributes

UHCI_USB_COMMAND HcCommand
 
UHCI_USB_STATUS HcStatus
 
UHCI_INTERRUPT_ENABLE HcInterruptEnable
 
USHORT FrameNumber
 
ULONG FrameAddress
 
UCHAR SOF_Modify
 
UCHAR Reserved [3]
 
UHCI_PORT_STATUS_CONTROL PortControl [UHCI_NUM_ROOT_HUB_PORTS]
 

Detailed Description

Definition at line 127 of file hardware.h.

Member Data Documentation

◆ FrameAddress

ULONG _UHCI_HW_REGISTERS::FrameAddress

Definition at line 132 of file hardware.h.

Referenced by UhciStartController().

◆ FrameNumber

USHORT _UHCI_HW_REGISTERS::FrameNumber

Definition at line 131 of file hardware.h.

Referenced by UhciGet32BitFrameNumber(), and UhciInterruptService().

◆ HcCommand

UHCI_USB_COMMAND _UHCI_HW_REGISTERS::HcCommand

◆ HcInterruptEnable

UHCI_INTERRUPT_ENABLE _UHCI_HW_REGISTERS::HcInterruptEnable

◆ HcStatus

UHCI_USB_STATUS _UHCI_HW_REGISTERS::HcStatus

Definition at line 129 of file hardware.h.

Referenced by UhciInterruptService(), and UhciTakeControlHC().

◆ PortControl

◆ Reserved

UCHAR _UHCI_HW_REGISTERS::Reserved[3]

Definition at line 134 of file hardware.h.

◆ SOF_Modify

UCHAR _UHCI_HW_REGISTERS::SOF_Modify

Definition at line 133 of file hardware.h.

Referenced by UhciInitializeHardware().


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