Function CSND_FlushDataCache

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

Flushes the data cache of a memory region.

ยงArguments

  • adr - Address of the memory region.
  • size - Size of the memory region.