Home
last modified time | relevance | path

Searched refs:xip_cache_clean_range (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_xip_cache/include/hardware/
Dxip_cache.h169 void xip_cache_clean_range(uintptr_t start_offset, uintptr_t size_bytes);
174 static inline void xip_cache_clean_range(uintptr_t start_offset, uintptr_t size_bytes) { in xip_cache_clean_range() function
/hal_rpi_pico-latest/src/rp2_common/hardware_xip_cache/
Dxip_cache.c98 void __no_inline_not_in_flash_func(xip_cache_clean_range)(uintptr_t start_offset, uintptr_t size_by… in __no_inline_not_in_flash_func() argument