Function setControl [src]
Sets the control bits on a serial device.
Prototype
pub fn setControl(self: *const SerialIo, control: u32) Status
Parameters
self: *const SerialIo
control: u32
Source
pub fn setControl(self: *const SerialIo, control: u32) Status {
return self._set_control(self, control);
}