pub unsafe extern "C" fn DSP_ConvertProcessAddressFromDspDram(
dsp_address: u32_,
arm_address: *mut u32_,
) -> ResultExpand 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.