Skip to main content

pci_cfg_write

Function pci_cfg_write 

Source
pub fn pci_cfg_write(
    addr: &PciAddress,
    offset: u8,
    width: u8,
    value: u32,
) -> Result<usize>
Expand description

Write a PCI configuration value to addr.

width must be 1, 2 or 4.