ReactOS 0.4.15-dev-7953-g1f49173
_PCI_TYPE0_CFG_CYCLE_BITS Struct Reference

#include <bus.h>

Collaboration diagram for _PCI_TYPE0_CFG_CYCLE_BITS:

Public Attributes

union {
   struct {
      ULONG   Reserved1:2
 
      ULONG   RegisterNumber:6
 
      ULONG   FunctionNumber:3
 
      ULONG   Reserved2:21
 
   }   bits
 
   ULONG   AsULONG
 
u
 

Detailed Description

Definition at line 232 of file bus.h.

Member Data Documentation

◆ AsULONG

ULONG _PCI_TYPE0_CFG_CYCLE_BITS::AsULONG

Definition at line 243 of file bus.h.

◆ 

struct { ... } _PCI_TYPE0_CFG_CYCLE_BITS::bits

◆ FunctionNumber

ULONG _PCI_TYPE0_CFG_CYCLE_BITS::FunctionNumber

Definition at line 240 of file bus.h.

◆ RegisterNumber

ULONG _PCI_TYPE0_CFG_CYCLE_BITS::RegisterNumber

Definition at line 239 of file bus.h.

◆ Reserved1

ULONG _PCI_TYPE0_CFG_CYCLE_BITS::Reserved1

Definition at line 238 of file bus.h.

◆ Reserved2

ULONG _PCI_TYPE0_CFG_CYCLE_BITS::Reserved2

Definition at line 241 of file bus.h.

◆ 

union { ... } _PCI_TYPE0_CFG_CYCLE_BITS::u

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