Function outb

Source
pub unsafe fn outb(port: u16, val: u8)
Expand description

Write 8 bits to port

ยงSafety

Needs IO privileges.