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