ReactOS 0.4.16-dev-2354-g16de117
_INTERRUPT_HT_INTR_INFO Struct Reference

#include <haltypes.h>

Collaboration diagram for _INTERRUPT_HT_INTR_INFO:

Public Attributes

union {
   struct {
      ULONG   Mask: 1
 
      ULONG   Polarity: 1
 
      ULONG   MessageType: 3
 
      ULONG   RequestEOI: 1
 
      ULONG   DestinationMode: 1
 
      ULONG   MessageType3: 1
 
      ULONG   Destination: 8
 
      ULONG   Vector: 8
 
      ULONG   ExtendedAddress: 8
 
   }   bits
 
   ULONG   AsULONG
 
LowPart
 
union {
   struct {
      ULONG   ExtendedDestination: 24
 
      ULONG   Reserved: 6
 
      ULONG   PassPW: 1
 
      ULONG   WaitingForEOI: 1
 
   }   bits
 
   ULONG   AsULONG
 
HighPart
 

Detailed Description

Definition at line 66 of file haltypes.h.

Member Data Documentation

◆ AsULONG

ULONG _INTERRUPT_HT_INTR_INFO::AsULONG

Definition at line 80 of file haltypes.h.

◆  [1/2]

struct { ... } _INTERRUPT_HT_INTR_INFO::bits

◆  [2/2]

struct { ... } _INTERRUPT_HT_INTR_INFO::bits

◆ Destination

ULONG _INTERRUPT_HT_INTR_INFO::Destination

Definition at line 76 of file haltypes.h.

◆ DestinationMode

ULONG _INTERRUPT_HT_INTR_INFO::DestinationMode

Definition at line 74 of file haltypes.h.

◆ ExtendedAddress

ULONG _INTERRUPT_HT_INTR_INFO::ExtendedAddress

Definition at line 78 of file haltypes.h.

◆ ExtendedDestination

ULONG _INTERRUPT_HT_INTR_INFO::ExtendedDestination

Definition at line 84 of file haltypes.h.

◆ 

union { ... } _INTERRUPT_HT_INTR_INFO::HighPart

◆ 

union { ... } _INTERRUPT_HT_INTR_INFO::LowPart

◆ Mask

ULONG _INTERRUPT_HT_INTR_INFO::Mask

Definition at line 70 of file haltypes.h.

◆ MessageType

ULONG _INTERRUPT_HT_INTR_INFO::MessageType

Definition at line 72 of file haltypes.h.

◆ MessageType3

ULONG _INTERRUPT_HT_INTR_INFO::MessageType3

Definition at line 75 of file haltypes.h.

◆ PassPW

ULONG _INTERRUPT_HT_INTR_INFO::PassPW

Definition at line 86 of file haltypes.h.

◆ Polarity

ULONG _INTERRUPT_HT_INTR_INFO::Polarity

Definition at line 71 of file haltypes.h.

◆ RequestEOI

ULONG _INTERRUPT_HT_INTR_INFO::RequestEOI

Definition at line 73 of file haltypes.h.

◆ Reserved

ULONG _INTERRUPT_HT_INTR_INFO::Reserved

Definition at line 85 of file haltypes.h.

◆ Vector

ULONG _INTERRUPT_HT_INTR_INFO::Vector

Definition at line 77 of file haltypes.h.

◆ WaitingForEOI

ULONG _INTERRUPT_HT_INTR_INFO::WaitingForEOI

Definition at line 87 of file haltypes.h.


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