nn::dsp::CTR::InvalidateDataCache Functionnn::Result InvalidateDataCache( uptr addr, size_t size );
| Name | Description | |
|---|---|---|
| in | addr | Starting address. |
| in | size | Size. |
Invalidates the specified cache range.
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