Lines Matching refs:be
13 If this is enabled, the SPI RAM will be enabled during initial boot. Unless you
15 during boot-up can also be placed in SPI RAM.
24 but no PSRAM will be available.
30 The SPI RAM can be accessed in multiple methods: by just having it available as an unmanaged
59 … allocate chunks less than this size in internal memory, while allocations larger than this will be
73 …int "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory"
87 be sure to keep this in mind when adjusting this value.
89 …Note also that the DMA reserved pool may not be one single contiguous memory region, depending on …
98 …If enabled, variables with EXT_RAM_ATTR attribute will be placed in SPIRAM instead of internal DRA…
99 BSS section of `lwip`, `net80211`, `pp`, `bt` libraries will be automatically placed
100 … in SPIRAM. BSS sections from other object files and libraries can also be placed in SPIRAM through
103 Note that the variables placed in SPIRAM using EXT_RAM_ATTR will be zero initialized.
110 If enabled, noinit variables can be placed in PSRAM using EXT_RAM_NOINIT_ATTR.
112 …Note the values placed into this section will not be initialized at startup and should keep its va…