cache_hal_invalidate_addr() function
Invalidate Cache supported addr Invalidate a Cache item for either ICache or DCache.
Syntax
bool cache_hal_invalidate_addr(uint32_t vaddr,
uint32_t size);
Arguments
vaddr
Start address of the region to be invalidated
size
Size of the region to be invalidated
Return value
True for valid address. No operation if invalid
cache_hal_invalidate_addr() is called by 1 function and calls 1 function:
![]()
cache_hal_invalidate_addr()