Function ctru_sys::GX_MemoryFill

source ·
pub unsafe extern "C" fn GX_MemoryFill(
    buf0a: *mut u32_,
    buf0v: u32_,
    buf0e: *mut u32_,
    control0: u16_,
    buf1a: *mut u32_,
    buf1v: u32_,
    buf1e: *mut u32_,
    control1: u16_
) -> Result
Expand description

Fills the memory of two buffers with the given values.

§Arguments

  • buf0a - Start address of the first buffer.
  • buf0v - Dimensions of the first buffer.
  • buf0e - End address of the first buffer.
  • control0 - Value to fill the first buffer with.
  • buf1a - Start address of the second buffer.
  • buf1v - Dimensions of the second buffer.
  • buf1e - End address of the second buffer.
  • control1 - Value to fill the second buffer with.