nn::dsp::CTR::FlushDataCache Functionnn::Result FlushDataCache( uptr addr, size_t size );
| Name | Description | |
|---|---|---|
| in | addr | Starting address. |
| in | size | Size. |
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.
The return value details are as follows.
| Level | Summary | Module | Description | Content |
|---|---|---|---|---|
| LEVEL_SUCCESS | SUMMARY_SUCCESS | MODULE_COMMON | DESCRIPTION_SUCCESS | Process succeeded. |
| LEVEL_STATUS | SUMMARY_INVALID_STATE | MODULE_NN_DSP | DESCRIPTION_NOT_INITIALIZED | The DSP library is not initialized. |
CONFIDENTIAL