Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_common/include/
Desp_attr.h106 #define EXT_RAM_BSS_ATTR _SECTION_ATTR_IMPL(".ext_ram.bss", __COUNTER__) macro
108 #define EXT_RAM_BSS_ATTR
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common94 …If enabled, variables with EXT_RAM_BSS_ATTR attribute will be placed in SPIRAM instead of internal…
99 Note that the variables placed in SPIRAM using EXT_RAM_BSS_ATTR will be zero initialized.
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in260 /* external memory bss, from any global variable with EXT_RAM_BSS_ATTR attribute*/
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in250 /* External Memory BSS. (Variables with EXT_RAM_BSS_ATTR attribute). */