ReactOS 0.4.15-dev-7942-gd23573b
_OHCI_REG_INTERRUPT_STATUS Union Reference

#include <hardware.h>

Collaboration diagram for _OHCI_REG_INTERRUPT_STATUS:

Public Attributes

struct {
   ULONG   SchedulingOverrun: 1
 
   ULONG   WritebackDoneHead: 1
 
   ULONG   StartofFrame: 1
 
   ULONG   ResumeDetected: 1
 
   ULONG   UnrecoverableError: 1
 
   ULONG   FrameNumberOverflow: 1
 
   ULONG   RootHubStatusChange: 1
 
   ULONG   Reserved1: 23
 
   ULONG   OwnershipChange: 1
 
   ULONG   Reserved2: 1
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 182 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _OHCI_REG_INTERRUPT_STATUS::@1399

◆ AsULONG

ULONG _OHCI_REG_INTERRUPT_STATUS::AsULONG

◆ FrameNumberOverflow

ULONG _OHCI_REG_INTERRUPT_STATUS::FrameNumberOverflow

Definition at line 189 of file hardware.h.

Referenced by OHCI_InterruptService().

◆ OwnershipChange

ULONG _OHCI_REG_INTERRUPT_STATUS::OwnershipChange

Definition at line 192 of file hardware.h.

◆ Reserved1

ULONG _OHCI_REG_INTERRUPT_STATUS::Reserved1

Definition at line 191 of file hardware.h.

◆ Reserved2

ULONG _OHCI_REG_INTERRUPT_STATUS::Reserved2

Definition at line 193 of file hardware.h.

◆ ResumeDetected

ULONG _OHCI_REG_INTERRUPT_STATUS::ResumeDetected

Definition at line 187 of file hardware.h.

Referenced by OHCI_InterruptDpc().

◆ RootHubStatusChange

ULONG _OHCI_REG_INTERRUPT_STATUS::RootHubStatusChange

Definition at line 190 of file hardware.h.

Referenced by OHCI_InterruptDpc().

◆ SchedulingOverrun

ULONG _OHCI_REG_INTERRUPT_STATUS::SchedulingOverrun

Definition at line 184 of file hardware.h.

◆ StartofFrame

ULONG _OHCI_REG_INTERRUPT_STATUS::StartofFrame

Definition at line 186 of file hardware.h.

Referenced by OHCI_InterruptDpc().

◆ UnrecoverableError

ULONG _OHCI_REG_INTERRUPT_STATUS::UnrecoverableError

Definition at line 188 of file hardware.h.

Referenced by OHCI_InterruptDpc(), and OHCI_InterruptService().

◆ WritebackDoneHead

ULONG _OHCI_REG_INTERRUPT_STATUS::WritebackDoneHead

Definition at line 185 of file hardware.h.

Referenced by OHCI_InterruptDpc().


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