Function inb

Source
pub unsafe fn inb(port: u16) -> u8
Expand description

Read 8 bits from port

ยงSafety

Needs IO privileges.