[][src]Function wpilib_sys::bindings::HAL_SetSerialStopBits

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

Sets the number of stop bits on a serial port.

Valid values are: 10: One stop bit (default) 15: One and a half stop bits 20: Two stop bits

@param port the serial port @param stopBits the stop bit value (see remarks for valid values)