2.7.14 CACHE_DataCacheClean Function

C

void CACHE_DataCacheClean(uint32_t addr, size_t len)

Summary

Write back and invalidate an address range in the data cache.

Description

Write back and 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_DataCacheClean(addr, len);

Remarks

None.