ESP-IDF
psram_cache_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
psram_cache_init()
psram_cache_init() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_psram_impl_quad.c:244
static
void
psram_cache_init
(
psram_cache_speed_t
psram_cache_mode
,
psram_vaddr_mode_t
vaddrmode
)
;
Implemented in
esp_psram_impl_quad.c:1067
Arguments
Argument
psram_cache_mode
vaddrmode
Examples
References
from
examples
Code
Location
Referrer
static
void
IRAM_ATTR
psram_cache_init
(
psram_cache_speed_t
psram_cache_mode
,
psram_vaddr_mode_t
vaddrmode
)
esp_psram_impl_quad.c:1067
static
void
psram_cache_init
(
psram_cache_speed_t
psram_cache_mode
,
psram_vaddr_mode_t
vaddrmode
)
;
esp_psram_impl_quad.c:244
psram_cache_init
(
mode
,
vaddrmode
)
;
esp_psram_impl_quad.c:1062
esp_psram_impl_enable()
Call Tree
from
examples
psram_cache_init()
is called by 1 function and calls 2 functions:
esp_psram_impl_enable()
All items filtered out
psram_cache_init()
__assert_func()
esp_dport_access_reg_read()
All items filtered out
Data Use
from
examples
psram_cache_init()
reads 8 variables:
psram_cache_speed_t::PSRAM_CACHE_F80M_S40M
psram_cache_speed_t::PSRAM_CACHE_F40M_S40M
psram_cache_speed_t::PSRAM_CACHE_F80M_S80M
psram_vaddr_mode_t::PSRAM_VADDR_MODE_LOWHIGH
psram_vaddr_mode_t::PSRAM_VADDR_MODE_EVENODD
s_clk_mode
extra_dummy
psram_clk_mode_t::PSRAM_CLK_MODE_DCLK
All items filtered out
psram_cache_init()
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