ReactOS 0.4.15-dev-7918-g2a2556c
_PCI_HEADER_TYPE_DEPENDENT Union Reference

#include <pci.h>

Collaboration diagram for _PCI_HEADER_TYPE_DEPENDENT:

Public Attributes

struct {
   UCHAR   Spare [4]
 
type0
 
struct {
   UCHAR   PrimaryBus
 
   UCHAR   SecondaryBus
 
   UCHAR   SubordinateBus
 
   UCHAR   SubtractiveDecode:1
 
   UCHAR   IsaBitSet:1
 
   UCHAR   VgaBitSet:1
 
   UCHAR   WeChangedBusNumbers:1
 
   UCHAR   IsaBitRequired:1
 
type1
 
struct {
   UCHAR   Spare [4]
 
type2
 

Detailed Description

Definition at line 240 of file pci.h.

Member Data Documentation

◆ IsaBitRequired

UCHAR _PCI_HEADER_TYPE_DEPENDENT::IsaBitRequired

Definition at line 255 of file pci.h.

◆ IsaBitSet

UCHAR _PCI_HEADER_TYPE_DEPENDENT::IsaBitSet

Definition at line 252 of file pci.h.

◆ PrimaryBus

UCHAR _PCI_HEADER_TYPE_DEPENDENT::PrimaryBus

Definition at line 248 of file pci.h.

◆ SecondaryBus

UCHAR _PCI_HEADER_TYPE_DEPENDENT::SecondaryBus

Definition at line 249 of file pci.h.

◆ Spare

UCHAR _PCI_HEADER_TYPE_DEPENDENT::Spare[4]

Definition at line 244 of file pci.h.

◆ SubordinateBus

UCHAR _PCI_HEADER_TYPE_DEPENDENT::SubordinateBus

Definition at line 250 of file pci.h.

◆ SubtractiveDecode

UCHAR _PCI_HEADER_TYPE_DEPENDENT::SubtractiveDecode

Definition at line 251 of file pci.h.

◆ 

struct { ... } _PCI_HEADER_TYPE_DEPENDENT::type0

◆ 

struct { ... } _PCI_HEADER_TYPE_DEPENDENT::type1

◆ 

struct { ... } _PCI_HEADER_TYPE_DEPENDENT::type2

◆ VgaBitSet

UCHAR _PCI_HEADER_TYPE_DEPENDENT::VgaBitSet

Definition at line 253 of file pci.h.

◆ WeChangedBusNumbers

UCHAR _PCI_HEADER_TYPE_DEPENDENT::WeChangedBusNumbers

Definition at line 254 of file pci.h.


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