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

ParamDescription
addraddress (aligned to 32-byte boundary)
lensize of memory block (in number of bytes)

Returns

None.

Example

CACHE_InstructionCacheInvalidate(addr, len);

Remarks

None.