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