Function ctru_sys::CSND_SetCapRegs

source ·
pub unsafe extern "C" fn CSND_SetCapRegs(
    capUnit: u32_,
    flags: u32_,
    addr: u32_,
    size: u32_
)
Expand description

Sets a capture unit’s capture registers.

§Arguments

  • capUnit - Capture unit to use.
  • flags - Capture unit flags.
  • addr - Capture unit buffer address.
  • size - Buffer size.