ReactOS 0.4.15-dev-7924-g5949c20
_EHCI_USB_STATUS Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_USB_STATUS:

Public Attributes

struct {
   ULONG   Interrupt: 1
 
   ULONG   ErrorInterrupt: 1
 
   ULONG   PortChangeDetect: 1
 
   ULONG   FrameListRollover: 1
 
   ULONG   HostSystemError: 1
 
   ULONG   InterruptOnAsyncAdvance: 1
 
   ULONG   Reserved1: 6
 
   ULONG   HCHalted: 1
 
   ULONG   Reclamation: 1
 
   ULONG   PeriodicStatus: 1
 
   ULONG   AsynchronousStatus: 1
 
   ULONG   Reserved2: 16
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 100 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_USB_STATUS::@1355

◆ AsULONG

ULONG _EHCI_USB_STATUS::AsULONG

◆ AsynchronousStatus

ULONG _EHCI_USB_STATUS::AsynchronousStatus

Definition at line 112 of file hardware.h.

◆ ErrorInterrupt

ULONG _EHCI_USB_STATUS::ErrorInterrupt

Definition at line 103 of file hardware.h.

◆ FrameListRollover

ULONG _EHCI_USB_STATUS::FrameListRollover

Definition at line 105 of file hardware.h.

◆ HCHalted

ULONG _EHCI_USB_STATUS::HCHalted

Definition at line 109 of file hardware.h.

◆ HostSystemError

ULONG _EHCI_USB_STATUS::HostSystemError

Definition at line 106 of file hardware.h.

◆ Interrupt

ULONG _EHCI_USB_STATUS::Interrupt

Definition at line 102 of file hardware.h.

◆ InterruptOnAsyncAdvance

ULONG _EHCI_USB_STATUS::InterruptOnAsyncAdvance

Definition at line 107 of file hardware.h.

◆ PeriodicStatus

ULONG _EHCI_USB_STATUS::PeriodicStatus

Definition at line 111 of file hardware.h.

◆ PortChangeDetect

ULONG _EHCI_USB_STATUS::PortChangeDetect

Definition at line 104 of file hardware.h.

◆ Reclamation

ULONG _EHCI_USB_STATUS::Reclamation

Definition at line 110 of file hardware.h.

◆ Reserved1

ULONG _EHCI_USB_STATUS::Reserved1

Definition at line 108 of file hardware.h.

◆ Reserved2

ULONG _EHCI_USB_STATUS::Reserved2

Definition at line 113 of file hardware.h.


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