Function x86::io::inw

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

Read 16 bits from port

Safety

Needs IO privileges.