TianoCore EDK2 master
|
#include <MdePkg/Include/Register/Intel/StmResourceDescriptor.h>
Data Fields | |
UINT8 | Type |
UINT8 | Subtype |
UINT16 | Length |
UINT8 | PciFunction |
UINT8 | PciDevice |
STM PCI Device Path node used for the PciDevicePath field of STM_RSC_PCI_CFG_DESC
Definition at line 120 of file StmResourceDescriptor.h.
UINT16 STM_PCI_DEVICE_PATH_NODE::Length |
sizeof(STM_PCI_DEVICE_PATH_NODE) which is 6
Definition at line 132 of file StmResourceDescriptor.h.
UINT8 STM_PCI_DEVICE_PATH_NODE::PciDevice |
Definition at line 134 of file StmResourceDescriptor.h.
UINT8 STM_PCI_DEVICE_PATH_NODE::PciFunction |
Definition at line 133 of file StmResourceDescriptor.h.
UINT8 STM_PCI_DEVICE_PATH_NODE::Subtype |
Must be 1, indicating PCI
Definition at line 128 of file StmResourceDescriptor.h.
UINT8 STM_PCI_DEVICE_PATH_NODE::Type |
Must be 1, indicating Hardware Device Path
Definition at line 124 of file StmResourceDescriptor.h.