PciGetWord
|
Previous Top Next |
|
|
function PciGetWord(bus,dev,func, offset : Word): Word;
|
|
bus - PCI bus number (0..GetLastPciBus),
|
dev - PCI device on bus (0..31),
|
func - function number of device (0..7),
|
offset - the byte offset from the beginning of the configuration space.
|
16-bit word value from the configuration space.
|