Function ctru_sys::GX_FlushCacheRegions
source · pub unsafe extern "C" fn GX_FlushCacheRegions(
buf0a: *mut u32_,
buf0s: u32_,
buf1a: *mut u32_,
buf1s: u32_,
buf2a: *mut u32_,
buf2s: u32_
) -> Result
Expand description
Flushes the cache regions of three buffers. (This command cannot be queued in a GX command queue)
§Arguments
buf0a
- Address of the first buffer.buf0s
- Size of the first buffer.buf1a
- Address of the second buffer.buf1s
- Size of the second buffer.buf2a
- Address of the third buffer.buf2s
- Size of the third buffer.