[][src]Function wpilib_sys::bindings::HAL_SetSerialDataBits

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

Sets the number of data bits on a serial port.

Defaults to 8.

@param port the serial port @param bits the number of data bits (5-8)