nn::dsp::CTR::FlushDataCache Functionnn::Result FlushDataCache( uptr addr, size_t size );
| Name | Description | |
|---|---|---|
| in | addr | Starting address. |
| in | size | Size. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultNotInitialized |
The library is not initialized. |
Writes data for the specified cache range back into memory and invalidates the cache.
The operation of this function is not guaranteed except for use with the DSP.
CONFIDENTIAL