1.6.5.5 CMCC_DisableDCache Function

C

void CMCC_DisableDCache (void )

Summary

Disables the Data cache.

Description

This function disables Data cache. If Instruction cache is enabled, disabling data cache will allocate rest of the cache for instruction caching.

Precondition

None.

Parameters

None.

Returns

None.

Example

CMCC_DisableDCache();

Remarks

None.