Skip to main content

inw

Function inw 

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

Read a word from the specified port.

ยงSafety

Reading from an invalid port has undefined behavior.