Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c17 #define SPIRAM_ALLOC_SIZE (24 * 1024) macro
165 for (i = 0; i < (SPIRAM_ALLOC_SIZE / sizeof(int)); ++i) { in fill_value()
175 for (size_t i = 0; i < (SPIRAM_ALLOC_SIZE / sizeof(int)); ++i) { in check_psram()
205 mem = shared_multi_heap_aligned_alloc(SMH_REG_ATTR_EXTERNAL, 32, SPIRAM_ALLOC_SIZE); in psram_init()