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

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