Function ctru_sys::CSND_SetBlock

source ·
pub unsafe extern "C" fn CSND_SetBlock(
    channel: u32_,
    block: c_int,
    physaddr: u32_,
    size: u32_
)
Expand description

Sets the data of a channel’s block.

§Arguments

  • channel - Channel to use.
  • block - Block to set.
  • physaddr - Physical address to set the block to.
  • size - Size of the block.