Function write32

Source
pub(crate) fn write32(
    location: &PciDeviceLocation,
    offset: u32,
    value: u32,
) -> Result<()>