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

Sets the size of the write buffer.

@param port the serial port @param size the write buffer size