ESP-IDF
rom_spiflash_api_func_t::flash_end_flush_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
rom_spiflash_api_func_t::flash_end_flush_cache
rom_spiflash_api_func_t::flash_end_flush_cache field
Syntax
Show:
Summary
Declaration
from
esp_flash_api.c:161
esp_err_t
(
*
flash_end_flush_cache
)
(
esp_flash_t
*
chip
,
esp_err_t
err
,
bool
bus_acquired
,
uint32_t
address
,
uint32_t
length
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
(
*
flash_end_flush_cache
)
(
esp_flash_t
*
chip
,
esp_err_t
err
,
bool
bus_acquired
,
uint32_t
address
,
uint32_t
length
)
;
esp_flash_api.c:161
DRAM_ATTR
static
rom_spiflash_api_func_t
default_spiflash_rom_api
=
{
esp_flash_api.c:166
default_spiflash_rom_api
flash_end_flush_cache()
.
flash_end_flush_cache
=
flash_end_flush_cache
,
esp_flash_api.c:170
return
rom_spiflash_api_funcs
->
flash_end_flush_cache
(
chip
,
err
,
bus_acquired
,
start
,
len
)
;
esp_flash_api.c:699
esp_flash_erase_region()
err
=
rom_spiflash_api_funcs
->
flash_end_flush_cache
(
chip
,
err
,
bus_acquired
,
address
,
length
)
;
esp_flash_api.c:1111
esp_flash_write()
ret
=
rom_spiflash_api_funcs
->
flash_end_flush_cache
(
chip
,
err
,
bus_acquired
,
address
,
length
)
;
esp_flash_api.c:1117
esp_flash_write()
err
=
rom_spiflash_api_funcs
->
flash_end_flush_cache
(
chip
,
err
,
bus_acquired
,
address
,
length
)
;
esp_flash_api.c:1400
esp_flash_write_encrypted()
ret
=
rom_spiflash_api_funcs
->
flash_end_flush_cache
(
chip
,
err
,
bus_acquired
,
address
,
length
)
;
esp_flash_api.c:1408
esp_flash_write_encrypted()
Call Tree
from
examples
rom_spiflash_api_func_t::flash_end_flush_cache
is called by 3 functions:
esp_flash_erase_region()
esp_flash_write()
esp_flash_write_encrypted()
All items filtered out
rom_spiflash_api_func_t::flash_end_flush_cache
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
rom_spiflash_api_func_t::flash_end_flush_cache
implements 1 functions:
flash_end_flush_cache()
All items filtered out
rom_spiflash_api_func_t::flash_end_flush_cache
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out