Function x86::io::inb

source · []
pub unsafe fn inb(port: u16) -> u8
Expand description

Read 8 bits from port

Safety

Needs IO privileges.