PCIAccessRegFlags

Declaration

typedef enum {
    PCI_READ_BYTE               = 0,
    PCI_READ_WORD               = 1,
    PCI_READ_DWORD              = 2,
    PCI_WRITE_BYTE              = 3,
    PCI_WRITE_WORD              = 4,
    PCI_WRITE_DWORD             = 5
    } PCIAccessRegFlags

Prototype In

pcilib.h

Description

Function codes to pass to PCI_accessReg. The names of the flags are self explanatory.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com