Function IO [src]

Prototype

pub fn IO(io_type: u8, nr: u8) u32

Parameters

io_type: u8nr: u8

Source

pub fn IO(io_type: u8, nr: u8) u32 { return io_impl(bits.none, io_type, nr, void); }