Function IO [src]
Prototype
pub fn IO(io_type: u8, nr: u8) u32
Parameters
io_type: u8
nr: u8
Source
pub fn IO(io_type: u8, nr: u8) u32 {
return io_impl(bits.none, io_type, nr, void);
}
pub fn IO(io_type: u8, nr: u8) u32
io_type: u8
nr: u8
pub fn IO(io_type: u8, nr: u8) u32 {
return io_impl(bits.none, io_type, nr, void);
}