1.6.5.4 1.7.5.4 1.8.4.4 1.32.6.4 1.36.3.4 CMCC_DisableICache Function
C
void CMCC_DisableICache (void )
Summary
Disables the Instruction cache.
Description
This function disables Instruction cache. If Data cache is enabled, disabling instruction cache will allocate rest of the cache for data caching.
Precondition
None.
Parameters
None.
Returns
None.
Example
CMCC_DisableICache;
Remarks
None.