pub unsafe extern "C" fn CAMU_SetTransferLines(
    port: u32_,
    lines: s16,
    width: s16,
    height: s16
) -> Result
Expand description

Sets the number of lines to transfer into an image buffer.

§Arguments

  • port - Port to use.
  • lines - Lines to transfer.
  • width - Width of the image.
  • height - Height of the image.