pub unsafe extern "C" fn DSP_InvalidateDataCache(
address: *const c_void,
size: u32_,
) -> ResultExpand description
Invalidates the cache
ยงArguments
address- Beginning of the memory range to invalidate, inside the Linear or DSP memory regionssize- Size of the memory range to flush
Invalidates the cache for the specified memory range