Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/include/xtensa/
Dhal.h1231 extern int32_t xthal_is_cacheable(uint32_t memoryType);
1232 extern int32_t xthal_is_writeback(uint32_t memoryType);
1233 extern int32_t xthal_is_device(uint32_t memoryType);
1361 int32_t accessRights, int32_t memoryType, uint32_t flags);
1444 #define xthal_is_cached(memoryType) (xthal_is_cacheable((memoryType))) argument