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

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

§Arguments

  • port - Port to use.
  • bytes - Bytes to transfer.
  • width - Width of the image.
  • height - Height of the image.