ESP-IDF
set_cache_and_start_app()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
set_cache_and_start_app()
set_cache_and_start_app() function
Syntax
Show:
Summary
Declaration
Definition
from
bootloader_utility.c:64
static
void
set_cache_and_start_app
(
uint32_t
drom_addr
,
uint32_t
drom_load_addr
,
uint32_t
drom_size
,
uint32_t
irom_addr
,
uint32_t
irom_load_addr
,
uint32_t
irom_size
,
const
esp_image_metadata_t
*
data
)
;
Implemented in
bootloader_utility.c:856
Arguments
Argument
drom_addr
drom_load_addr
drom_size
irom_addr
irom_load_addr
irom_size
data
Examples
References
from
examples
Code
Location
Referrer
static
void
set_cache_and_start_app
(
bootloader_utility.c:856
static
void
set_cache_and_start_app
(
uint32_t
drom_addr
,
bootloader_utility.c:64
set_cache_and_start_app
(
drom_addr
,
bootloader_utility.c:832
unpack_load_app()
Call Tree
from
examples
set_cache_and_start_app()
is called by 1 function and calls 12 functions:
unpack_load_app()
All items filtered out
set_cache_and_start_app()
esp_log_get_default_level()
esp_rom_printf()
esp_log_timestamp()
esp_log_write()
bootloader_atexit()
cache_flash_mmu_set()
Cache_Flush()
Cache_Read_Disable()
Cache_Read_Enable()
cache_ll_l1_enable_bus()
cache_ll_l1_get_bus()
mmu_hal_unmap_all()
All items filtered out
Data Use
from
examples
set_cache_and_start_app()
reads 9 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
esp_image_header_t::entry_addr
esp_image_metadata_t::image
esp_image_metadata_t::mmu_page_size
TAG
All items filtered out
set_cache_and_start_app()
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