pub unsafe extern "C" fn DSP_ConvertProcessAddressFromDspDram(
    dsp_address: u32_,
    arm_address: *mut u32_
) -> Result
Expand description

Converts a DSP memory address to a virtual address usable by the process.

§Arguments

  • dsp_address - Address to convert.
  • arm_address - Pointer to output the converted address to.