Skip to main content

inb

Function inb 

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

Read a byte from the specified port.

ยงSafety

Reading from an invalid port has undefined behavior.