ReactOS 0.4.15-dev-7918-g2a2556c
_UHCI_INTERRUPT_ENABLE Union Reference

#include <hardware.h>

Collaboration diagram for _UHCI_INTERRUPT_ENABLE:

Public Attributes

struct {
   USHORT   TimeoutCRC: 1
 
   USHORT   ResumeInterrupt: 1
 
   USHORT   InterruptOnComplete: 1
 
   USHORT   ShortPacket: 1
 
   USHORT   Reserved: 12
 
}; 
 
USHORT AsUSHORT
 

Detailed Description

Definition at line 88 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _UHCI_INTERRUPT_ENABLE::@1435

◆ AsUSHORT

USHORT _UHCI_INTERRUPT_ENABLE::AsUSHORT

◆ InterruptOnComplete

USHORT _UHCI_INTERRUPT_ENABLE::InterruptOnComplete

Definition at line 92 of file hardware.h.

◆ Reserved

USHORT _UHCI_INTERRUPT_ENABLE::Reserved

Definition at line 94 of file hardware.h.

◆ ResumeInterrupt

USHORT _UHCI_INTERRUPT_ENABLE::ResumeInterrupt

Definition at line 91 of file hardware.h.

◆ ShortPacket

USHORT _UHCI_INTERRUPT_ENABLE::ShortPacket

Definition at line 93 of file hardware.h.

◆ TimeoutCRC

USHORT _UHCI_INTERRUPT_ENABLE::TimeoutCRC

Definition at line 90 of file hardware.h.


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