pub unsafe extern "C" fn GX_DisplayTransfer(
    inadr: *mut u32_,
    indim: u32_,
    outadr: *mut u32_,
    outdim: u32_,
    flags: u32_
) -> Result
Expand description

Initiates a display transfer.

Note: The PPF event will be signaled on completion.

§Arguments

  • inadr - Address of the input.
  • indim - Dimensions of the input.
  • outadr - Address of the output.
  • outdim - Dimensions of the output.
  • flags - Flags to transfer with.