⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

ecam_write_config

Function ecam_write_config 

Source
pub fn ecam_write_config(
    ecam_base: u64,
    bus: u8,
    device: u8,
    func: u8,
    offset: u16,
    value: u32,
) -> bool
Expand description

Write a PCI config register using memory-mapped ECAM access (PCIe).