ESP-IDF
spi_flash_check_and_flush_cache()
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
spi_flash_check_and_flush_cache()
spi_flash_check_and_flush_cache() function
Syntax
Show:
Summary
Declaration
Definition
from
cache_utils.h:59
bool
spi_flash_check_and_flush_cache
(
size_t
start_addr
,
size_t
length
)
;
Implemented in
flash_mmap.c:296
Arguments
Argument
start_addr
length
Examples
References
from
examples
Code
Location
Referrer
IRAM_ATTR
bool
spi_flash_check_and_flush_cache
(
size_t
start_addr
,
size_t
length
)
flash_mmap.c:296
bool
spi_flash_check_and_flush_cache
(
size_t
start_addr
,
size_t
length
)
;
cache_utils.h:59
spi_flash_check_and_flush_cache
(
addr
,
size
)
;
memspi_host_driver.c:135
memspi_host_flush_cache()
Call Tree
from
examples
spi_flash_check_and_flush_cache()
is called by 1 function and calls 2 functions:
memspi_host_flush_cache()
All items filtered out
spi_flash_check_and_flush_cache()
cache_sync()
is_page_mapped_in_cache()
All items filtered out
Data Use
from
examples
spi_flash_check_and_flush_cache()
reads 2 variables:
esp_rom_spiflash_chip_t::chip_size
g_rom_flashchip
All items filtered out
spi_flash_check_and_flush_cache()
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