TianoCore EDK2 master
Loading...
Searching...
No Matches
STM_PCI_DEVICE_PATH_NODE Struct Reference

#include <MdePkg/Include/Register/Intel/StmResourceDescriptor.h>

Data Fields

UINT8 Type
 
UINT8 Subtype
 
UINT16 Length
 
UINT8 PciFunction
 
UINT8 PciDevice
 

Detailed Description

STM PCI Device Path node used for the PciDevicePath field of STM_RSC_PCI_CFG_DESC

Definition at line 120 of file StmResourceDescriptor.h.

Field Documentation

◆ Length

UINT16 STM_PCI_DEVICE_PATH_NODE::Length

sizeof(STM_PCI_DEVICE_PATH_NODE) which is 6

Definition at line 132 of file StmResourceDescriptor.h.

◆ PciDevice

UINT8 STM_PCI_DEVICE_PATH_NODE::PciDevice

Definition at line 134 of file StmResourceDescriptor.h.

◆ PciFunction

UINT8 STM_PCI_DEVICE_PATH_NODE::PciFunction

Definition at line 133 of file StmResourceDescriptor.h.

◆ Subtype

UINT8 STM_PCI_DEVICE_PATH_NODE::Subtype

Must be 1, indicating PCI

Definition at line 128 of file StmResourceDescriptor.h.

◆ Type

UINT8 STM_PCI_DEVICE_PATH_NODE::Type

Must be 1, indicating Hardware Device Path

Definition at line 124 of file StmResourceDescriptor.h.


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