pub unsafe extern "C" fn DSP_FlushDataCache(
    address: *const c_void,
    size: u32_
) -> Result
Expand description

Flushes the cache

§Arguments

  • address - Beginning of the memory range to flush, inside the Linear or DSP memory regions
  • size - Size of the memory range to flush

Flushes the cache for the specified memory range and invalidates the cache