ReactOS 0.4.15-dev-7953-g1f49173
_PCI_TYPE2_CSE_BITS Struct Reference

#include <bus.h>

Collaboration diagram for _PCI_TYPE2_CSE_BITS:

Public Attributes

union {
   struct {
      UCHAR   Enable:1
 
      UCHAR   FunctionNumber:3
 
      UCHAR   Key:4
 
   }   bits
 
   UCHAR   AsUCHAR
 
u
 

Detailed Description

Definition at line 199 of file bus.h.

Member Data Documentation

◆ AsUCHAR

UCHAR _PCI_TYPE2_CSE_BITS::AsUCHAR

Definition at line 210 of file bus.h.

Referenced by HalpPCIReleaseSynchronizationType2(), and HalpPCISynchronizeType2().

◆ 

struct { ... } _PCI_TYPE2_CSE_BITS::bits

Referenced by HalpPCISynchronizeType2().

◆ Enable

UCHAR _PCI_TYPE2_CSE_BITS::Enable

Definition at line 205 of file bus.h.

◆ FunctionNumber

UCHAR _PCI_TYPE2_CSE_BITS::FunctionNumber

Definition at line 206 of file bus.h.

◆ Key

UCHAR _PCI_TYPE2_CSE_BITS::Key

Definition at line 207 of file bus.h.

◆ 

union { ... } _PCI_TYPE2_CSE_BITS::u

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