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
| Param | Description |
|---|---|
| addr | address (aligned to 32-byte boundary) |
| len | size of memory block (in number of bytes) |
Returns
None.
Example
CACHE_DataCacheInvalidate(addr, len);
Remarks
None.
