ESP-IDF
esp_psram_get_size()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_psram_get_size()
esp_psram_get_size() function
Get the available size of the attached PSRAM chip
Syntax
Show:
Summary
Declaration
Definition
from
esp_psram.h:42
size_t
esp_psram_get_size
(
void
)
;
Implemented in
esp_psram.c:440
Return value
Size in bytes, or 0 if PSRAM isn't successfully initialized
Examples
References
from
examples
Code
Location
size_t
esp_psram_get_size
(
void
)
esp_psram.c:440
size_t
esp_psram_get_size
(
void
)
;
esp_psram.h:42
Call Tree
from
examples
esp_psram_get_size()
calls 1 function:
All items filtered out
esp_psram_get_size()
esp_psram_impl_get_available_size()
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out