Skip to main content

outl

Function outl 

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

Write a dword to the specified port.

ยงSafety

Writing to an invalid port has undefined behavior.