Skip to main content

outw

Function outw 

Source
pub unsafe fn outw(port: u16, value: u16)
Expand description

Write a word to the specified port.

ยงSafety

Writing to an invalid port has undefined behavior.