1.2.2.12 SYS_CACHE_CleanDCache_by_Addr Function

C

void SYS_CACHE_CleanDCache_by_Addr (uint32_t *addr, int32_t size)

Summary

Data Cache Clean by address.

Description

Cleans Data Cache for the given address.

Precondition

None.

Parameters

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

Returns

None.

Example

SYS_CACHE_CleanDCache_by_Addr(addr, size);

Remarks

None.