Function getControl [src]
Retrieves the status of the control bits on a serial device.
Prototype
pub fn getControl(self: *const SerialIo, control: *u32) Status
Parameters
self: *const SerialIo
control: *u32
Source
pub fn getControl(self: *const SerialIo, control: *u32) Status {
return self._get_control(self, control);
}