1.2.2.12 SYS_CACHE_CleanDCache_by_Addr Function
1.2.2.12 C
void SYS_CACHE_CleanDCache_by_Addr (uint32_t *addr, int32_t size)
1.2.2.12 Summary
Data Cache Clean by address.
1.2.2.12 Description
Cleans Data Cache for the given address.
1.2.2.12 Precondition
None.
1.2.2.12 Parameters
| Parameters | Description |
|---|---|
| addr | Address (aligned to 32-byte boundary) |
| size | Size of memory block (in number of bytes) |
1.2.2.12 Returns
None.
1.2.2.12 Example
SYS_CACHE_CleanDCache_by_Addr(addr, size);
1.2.2.12 Remarks
None.
