Function IOW [src]
Prototype
pub fn IOW(io_type: u8, nr: u8, comptime T: type) u32 Parameters
io_type: u8nr: u8T: type Source
pub fn IOW(io_type: u8, nr: u8, comptime T: type) u32 {
return io_impl(bits.write, io_type, nr, T);
} pub fn IOW(io_type: u8, nr: u8, comptime T: type) u32 io_type: u8nr: u8T: type pub fn IOW(io_type: u8, nr: u8, comptime T: type) u32 {
return io_impl(bits.write, io_type, nr, T);
}