This function reads a BYTE value from the specified PCI configuration address.
BYTE ReadPciConfigByte(
DWORD pciAddress,
BYTE regAddress
);
| bit | description |
|---|---|
0- 2 |
Function Number |
3- 7 |
Device Number |
8-15 |
PCI Bus Number |
16-31 |
Reserved |
Returns a BYTE value read from the specified PCI configuration address.