OAL_PCI_LOCATION (Compact 2013)
10/16/2014
This structure defines the location of the PCI bus, device, and function number.
Syntax
typedef union {
struct {
UINT8 fnc;
UINT8 dev;
UINT8 bus;
};
UINT32 logicalLoc;
} OAL_PCI_LOCATION, *POAL_PCI_LOCATION;
Members
- fnc
PCI device function number.
- dev
PCI device number.
- bus
PCI device bus number.
Requirements
Header |
oal_pci.h |
Library |
Developer Implemented |