ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_psram_is_initialized()
from the following samples and libraries:
FreeRTOS
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_is_initialized()
esp_psram_is_initialized() function
If PSRAM has been initialized
Syntax
Show:
Summary
Declaration
Definition
from
esp_psram.h:35
bool
esp_psram_is_initialized
(
void
)
;
Implemented in
esp_psram.c:435
Return value
- true: PSRAM has been initialized successfully - false: PSRAM hasn't been initialized or initialized failed
Examples
esp_psram_is_initialized()
is referenced by 1 libraries and example projects:
FreeRTOS
References
from
0/1
examples
Code
Location
Referrer
bool
IRAM_ATTR
__attribute__
(
(
pure
)
)
esp_psram_is_initialized
(
void
)
esp_psram.c:435
bool
esp_psram_is_initialized
(
void
)
;
esp_psram.h:35
if
(
esp_psram_is_initialized
(
)
)
{
cpu_start.c:647
call_start_cpu0()
if
(
esp_psram_is_initialized
(
)
)
{
esp_psram.c:96
if
(
!
esp_psram_is_initialized
(
)
)
{
esp_psram_extram_cache.c:31
esp_psram_extram_writeback_cache()
Call Tree
from
0/1
examples
esp_psram_is_initialized()
is called by 2 functions:
call_start_cpu0()
esp_psram_extram_writeback_cache()
All items filtered out
esp_psram_is_initialized()
All items filtered out
Data Use
from
0/1
examples
esp_psram_is_initialized()
reads 2 variables:
psram_ctx_t::is_initialised
s_psram_ctx
All items filtered out
esp_psram_is_initialized()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out