[][src]Function wpilib_sys::bindings::HAL_InitializeSerialPort

pub unsafe extern "C" fn HAL_InitializeSerialPort(port: Type, status: *mut i32)

Initializes a serial port.

The channels are either the onboard RS232, the mxp uart, or 2 USB ports. The top port is USB1, the bottom port is USB2.

@param port the serial port to initialize