1.6.5.5 1.7.5.5 1.8.4.5 1.32.6.5 1.36.3.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.