1.2.2.13 SYS_CACHE_CleanInvalidateDCache_by_Addr Function

C

void SYS_CACHE_CleanInvalidateDCache_by_Addr (uint32_t *addr, int32_t size)

Summary

Data Cache Clean and Invalidate by address.

Description

Cleans and invalidates 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_CleanInvalidateDCache_by_Addr(addr, size);

Remarks

None.