pub const SYS_PCI_CFG_READ: usize = 241;Expand description
Read a PCI configuration space register.
addr_ptr: pointer to aPciAddressstruct (bus/device/function)offset: register offset within config spacewidth: access width in bytes (1, 2, or 4)
Returns the register value.