nn::snd::CTR::FlushDataCache Functionnn::Result FlushDataCache( uptr addr, size_t size );
| Name | Description | |
|---|---|---|
| in | addr | Memory address. |
| in | size | Size of memory. |
Writes data for the specified cache range back into memory and invalidates the cache.
This has the same behavior as nn::dsp::CTR::FlushDataCache.
Depending on the system load, it may take several milliseconds for control to return from this function. Although the thread that called this function will stop during this time, other threads can still execute. We recommend that you do not call this function from a thread with severe timing restrictions.
CONFIDENTIAL