morpheus_network::device::pci

Function pci_config_write32

Source
unsafe extern "C" fn pci_config_write32(
    bus: u64,
    device: u64,
    function: u64,
    offset: u64,
    value: u32,
)
Expand description

Write 32-bit value to PCI configuration space. Args: bus, device, function, offset, value