ReactOS 0.4.16-dev-2354-g16de117
_PCI_BUSMASTER_DESCRIPTOR Struct Reference

#include <haltypes.h>

Collaboration diagram for _PCI_BUSMASTER_DESCRIPTOR:

Public Attributes

PCI_BUSMASTER_RID_TYPE Type
 
ULONG Segment
 
union {
   struct {
      UCHAR   Bus
 
      UCHAR   Device
 
      UCHAR   Function
 
      UCHAR   Reserved
 
   }   DeviceRid
 
   struct {
      UCHAR   Bus
 
      UCHAR   Device
 
      UCHAR   Function
 
      UCHAR   Reserved
 
   }   BridgeRid
 
   struct {
      UCHAR   SecondaryBus
 
      UCHAR   SubordinateBus
 
   }   MultipleBridges
 
DUMMYSTRUCTNAME
 

Detailed Description

Definition at line 1126 of file haltypes.h.

Member Data Documentation

◆ 

struct { ... } _PCI_BUSMASTER_DESCRIPTOR::BridgeRid

◆ Bus

UCHAR _PCI_BUSMASTER_DESCRIPTOR::Bus

Definition at line 1132 of file haltypes.h.

◆ Device

UCHAR _PCI_BUSMASTER_DESCRIPTOR::Device

Definition at line 1133 of file haltypes.h.

◆ 

struct { ... } _PCI_BUSMASTER_DESCRIPTOR::DeviceRid

◆ 

union { ... } _PCI_BUSMASTER_DESCRIPTOR::DUMMYSTRUCTNAME

◆ Function

UCHAR _PCI_BUSMASTER_DESCRIPTOR::Function

Definition at line 1134 of file haltypes.h.

◆ 

struct { ... } _PCI_BUSMASTER_DESCRIPTOR::MultipleBridges

◆ Reserved

UCHAR _PCI_BUSMASTER_DESCRIPTOR::Reserved

Definition at line 1135 of file haltypes.h.

◆ SecondaryBus

UCHAR _PCI_BUSMASTER_DESCRIPTOR::SecondaryBus

Definition at line 1144 of file haltypes.h.

◆ Segment

ULONG _PCI_BUSMASTER_DESCRIPTOR::Segment

Definition at line 1129 of file haltypes.h.

◆ SubordinateBus

UCHAR _PCI_BUSMASTER_DESCRIPTOR::SubordinateBus

Definition at line 1145 of file haltypes.h.

◆ Type

PCI_BUSMASTER_RID_TYPE _PCI_BUSMASTER_DESCRIPTOR::Type

Definition at line 1128 of file haltypes.h.


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