pub unsafe extern "C" fn CAMU_SetTransferBytes(
port: u32_,
bytes: u32_,
width: s16,
height: s16,
) -> ResultExpand 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.