Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_base/include/hardware/
A Daddress_mapped.h93 __force_inline static uint32_t xip_alias_check_addr(const void *addr) { in xip_alias_check_addr() function
103 #define xip_noalloc_alias_untyped(addr) ((void *)(XIP_NOALLOC_BASE | xip_alias_check_addr(addr)))
104 #define xip_nocache_alias_untyped(addr) ((void *)(XIP_NOCACHE_BASE | xip_alias_check_addr(addr)))
105 …cache_noalloc_alias_untyped(addr) ((void *)(XIP_NOCACHE_NOALLOC_BASE | xip_alias_check_addr(addr)))

Completed in 3 milliseconds