pub fn write_extended_cap_u32(
cap: &mut impl PciExtendedCapability,
offset: u16,
val: u32,
)Expand description
Write a u32 to a PciExtendedCapability.
pub fn write_extended_cap_u32(
cap: &mut impl PciExtendedCapability,
offset: u16,
val: u32,
)Write a u32 to a PciExtendedCapability.