DSCCBP
Structure Definition
typedef struct {
BYTE boardtype;
DSCB boardnum;
DWORD phys_mem_address[PCI_MAX_RESOURCES];
DWORD user_mem_address[PCI_MAX_RESOURCES];
DWORD io_address[PCI_MAX_RESOURCES];
DWORD irq_level[PCI_MAX_RESOURCES];
BYTE pci_slot;
WORD pci_devid;
WORD pci_vendorid;
BYTE bytBAR;
BOOL FPGAIDMajor;
BOOL FPGAIDMinor;
BOOL FPGARevMajor;
BOOL FPGARevMinor;
BOOL BoardIDMajor;
BOOL BoardIDMinor;
BOOL BoardRevMajor;
BOOL BoardRevMinor;
} DSCCBP;Structure Members
Last updated
Was this helpful?