morpheus_network::asm::pci::legacy

Function read8

Source
pub unsafe fn read8(bus: u8, dev: u8, func: u8, reg: u8) -> u8
Expand description

Read 8-bit value from PCI config space.

ยงSafety

Must have I/O port access privileges.