1.8.4.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.