Home
last modified time | relevance | path

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

/external/libwebsockets/lib/plat/freertos/esp32/
Desp_attr.h27 #define DRAM_ATTR __attribute__((section(".dram1"))) macro
33 #define DMA_ATTR WORD_ALIGNED_ATTR DRAM_ATTR
37 #define DRAM_STR(str) (__extension__({static const DRAM_ATTR char __c[] = (str); (const char *)&__c…