ESP-IDF
esp_psram_extram_writeback_cache()
is only used within ESP-IDF.
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_extram_writeback_cache()
esp_psram_extram_writeback_cache() function
Force a writeback of the data in the PSRAM cache. This is to be called whenever cache is disabled, because disabling cache on the ESP32 discards the data in the PSRAM cache. This is meant for use from within the SPI flash code.
Syntax
Show:
Summary
Declaration
Definition
from
esp_psram_extram.h:71
void
esp_psram_extram_writeback_cache
(
void
)
;
Implemented in
esp_psram_extram_cache.c:24
Examples
References
from
examples
Code
Location
Referrer
void
IRAM_ATTR
esp_psram_extram_writeback_cache
(
void
)
esp_psram_extram_cache.c:24
void
esp_psram_extram_writeback_cache
(
void
)
;
esp_psram_extram.h:71
esp_psram_extram_writeback_cache
(
)
;
esp_himem.c:356
esp_himem_unmap()
esp_psram_extram_writeback_cache
,
esp_psram.c:360
esp_psram_init()
Call Tree
from
examples
esp_psram_extram_writeback_cache()
is called by 1 function and calls 2 functions:
esp_himem_unmap()
All items filtered out
esp_psram_extram_writeback_cache()
esp_dport_access_reg_read()
esp_psram_is_initialized()
All items filtered out
Data Use
from
examples
esp_psram_extram_writeback_cache()
writes 1 variable:
All items filtered out
esp_psram_extram_writeback_cache()
esp_psram_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
esp_psram_extram_writeback_cache()
is implemented by 1 functions:
All items filtered out
esp_psram_extram_writeback_cache()
cache_driver_s::cache_writeback_psram
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out