Share via


OAL_PCI_LOCATION (Windows Embedded CE 6.0)

1/5/2010

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
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

PCI Structures