1.24.2.5 CACHE_InstructionCacheInvalidate Function

C

void CACHE_InstructionCacheInvalidate(uint32_t addr, size_t len)

Summary

Invalidate an address range in the instruction cache.

Description

Invalidate an address range in the instruction cache.

Parameters

Param Description
addr address (aligned to 32-byte boundary)
len size of memory block (in number of bytes)

Returns

None.

Example

CACHE_InstructionCacheInvalidate(addr, len);

Remarks

None.