Skip to main content

outb

Function outb 

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

Write a byte to the specified port.

ยงSafety

Writing to an invalid port has undefined behavior.