1.22.2.6 1.23.2.6 1.24.2.6 CACHE_InstructionCacheFlush Function
C
void CACHE_InstructionCacheFlush(void)
Summary
Flushes (invalidates) the L1 instruction cache.
Description
Invalidate entire instruction cache.
Parameters
None.
Returns
None.
Example
CACHE_InstructionCacheFlush();
Remarks
None.