ReactOS 0.4.15-dev-8100-g1887773
_EHCI_INTERRUPT_ENABLE Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_INTERRUPT_ENABLE:

Public Attributes

struct {
   ULONG   Interrupt: 1
 
   ULONG   ErrorInterrupt: 1
 
   ULONG   PortChangeInterrupt: 1
 
   ULONG   FrameListRollover: 1
 
   ULONG   HostSystemError: 1
 
   ULONG   InterruptOnAsyncAdvance: 1
 
   ULONG   Reserved: 26
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 122 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_INTERRUPT_ENABLE::@1360

◆ AsULONG

◆ ErrorInterrupt

ULONG _EHCI_INTERRUPT_ENABLE::ErrorInterrupt

Definition at line 125 of file hardware.h.

Referenced by EHCI_InterruptDpc().

◆ FrameListRollover

ULONG _EHCI_INTERRUPT_ENABLE::FrameListRollover

Definition at line 127 of file hardware.h.

◆ HostSystemError

ULONG _EHCI_INTERRUPT_ENABLE::HostSystemError

Definition at line 128 of file hardware.h.

Referenced by EHCI_InterruptService().

◆ Interrupt

ULONG _EHCI_INTERRUPT_ENABLE::Interrupt

Definition at line 124 of file hardware.h.

Referenced by EHCI_InterruptDpc(), EHCI_RH_DisableIrq(), and EHCI_RH_EnableIrq().

◆ InterruptOnAsyncAdvance

ULONG _EHCI_INTERRUPT_ENABLE::InterruptOnAsyncAdvance

Definition at line 129 of file hardware.h.

Referenced by EHCI_InterruptDpc().

◆ PortChangeInterrupt

ULONG _EHCI_INTERRUPT_ENABLE::PortChangeInterrupt

◆ Reserved

ULONG _EHCI_INTERRUPT_ENABLE::Reserved

Definition at line 130 of file hardware.h.


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