nn::snd::CTR::FlushDataCache Function

Syntax

nn::Result FlushDataCache(
     uptr addr,
     size_t size
);

Arguments

Name Description
in addr Memory address.
in size Size of memory.

Return Values

Returns the result of the operation.
LEVEL_SUCCESS:SUMMARY_SUCCESS:MODULE_COMMON:DESCRIPTION_SUCCESS: Success.
LEVEL_STATUS:SUMMARY_INVALID_STATE:MODULE_NN_DSP:DESCRIPTION_NOT_INITIALIZED・・・The DSP library has not been initialized.

Description

Writes data for the specified cache range back into memory and invalidates the cache.

This has the same behavior as nn::dsp::CTR::FlushDataCache.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL