2.7.12 CACHE_DataCacheInvalidate Function

C

void CACHE_DataCacheInvalidate(uint32_t addr, size_t len)

Summary

Invalidate an address range in the data cache.

Description

Invalidate an address range in the data cache.

Parameters

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

Returns

None.

Example

CACHE_DataCacheInvalidate(addr, len);

Remarks

None.