Function x86::io::outb

source · []
pub unsafe fn outb(port: u16, val: u8)
Expand description

Write 8 bits to port

Safety

Needs IO privileges.