Function ctru_sys::ndspUseComponent

source ·
pub unsafe extern "C" fn ndspUseComponent(
    binary: *const c_void,
    size: u32_,
    progMask: u16_,
    dataMask: u16_
)
Expand description

Initialization and basic operations

§*

  • Sets up the DSP component.

§Arguments

  • binary - DSP binary to load.
  • size - Size of the DSP binary.
  • progMask - Program RAM block mask to load the binary to.
  • dataMask - Data RAM block mask to load the binary to. /