ReactOS 0.4.15-dev-7958-gcd0bb1a
_PCI_PM_CAPABILITY Struct Reference

#include <iotypes.h>

Collaboration diagram for _PCI_PM_CAPABILITY:

Public Attributes

PCI_CAPABILITIES_HEADER Header
 
union {
   PCI_PMC   Capabilities
 
   USHORT   AsUSHORT
 
PMC
 
union {
   PCI_PMCSR   ControlStatus
 
   USHORT   AsUSHORT
 
PMCSR
 
union {
   PCI_PMCSR_BSE   BridgeSupport
 
   UCHAR   AsUCHAR
 
PMCSR_BSE
 
UCHAR Data
 

Detailed Description

Definition at line 3703 of file iotypes.h.

Member Data Documentation

◆ AsUCHAR

UCHAR _PCI_PM_CAPABILITY::AsUCHAR

Definition at line 3715 of file iotypes.h.

◆ AsUSHORT

USHORT _PCI_PM_CAPABILITY::AsUSHORT

Definition at line 3707 of file iotypes.h.

◆ BridgeSupport

PCI_PMCSR_BSE _PCI_PM_CAPABILITY::BridgeSupport

Definition at line 3714 of file iotypes.h.

◆ Capabilities

PCI_PMC _PCI_PM_CAPABILITY::Capabilities

Definition at line 3706 of file iotypes.h.

Referenced by PciSetPowerManagedDevicePowerState().

◆ ControlStatus

PCI_PMCSR _PCI_PM_CAPABILITY::ControlStatus

Definition at line 3710 of file iotypes.h.

Referenced by PciSetPowerManagedDevicePowerState().

◆ Data

UCHAR _PCI_PM_CAPABILITY::Data

Definition at line 3717 of file iotypes.h.

◆ Header

PCI_CAPABILITIES_HEADER _PCI_PM_CAPABILITY::Header

Definition at line 3704 of file iotypes.h.

Referenced by PciSetPowerManagedDevicePowerState().

◆ 

union { ... } _PCI_PM_CAPABILITY::PMC

◆ 

union { ... } _PCI_PM_CAPABILITY::PMCSR

◆ 

union { ... } _PCI_PM_CAPABILITY::PMCSR_BSE

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