1.6.5.1 1.7.5.1 1.8.4.1 1.32.6.1 1.36.3.1 CMCC_InvalidateAll Function
C
void CMCC_InvalidateAll (void )
Summary
Invalidates the complete cache.
Description
This function invalidates all the cache lines.
Precondition
None.
Parameters
None
Returns
None.
Example
CMCC_InvalidateAll()
Remarks
Invalidating a cache is a memory extensive and non deterministic operation. As the cmcc does not support invalidate by address it is recommended to use cmcc as instruction cache.