Home
last modified time | relevance | path

Searched defs:XCHAL_CACHE_MEMCTL_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/
Dcore.h798 #define XCHAL_CACHE_MEMCTL_DEFAULT 0xFFFFFF00 /* Init all possible ways */ macro
800 #define XCHAL_CACHE_MEMCTL_DEFAULT 0x00000000 /* Nothing to do */ macro
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/
Dcore.h870 #define XCHAL_CACHE_MEMCTL_DEFAULT (0xFFFFFF00 | _MEMCTL_L0IBUF_EN) macro
872 #define XCHAL_CACHE_MEMCTL_DEFAULT (0x00000000 | _MEMCTL_L0IBUF_EN) macro
/hal_espressif-latest/components/xtensa/esp32s2/include/xtensa/config/
Dcore.h864 #define XCHAL_CACHE_MEMCTL_DEFAULT (0xFFFFFF00 | _MEMCTL_L0IBUF_EN) macro