ESP-IDF
s_prepare_reserved_regions()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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
s_prepare_reserved_regions()
s_prepare_reserved_regions() function
Syntax
Show:
Summary
Declaration
from
memory_layout_utils.c:72
static
void
s_prepare_reserved_regions
(
soc_reserved_region_t
*
reserved
,
size_t
count
)
;
Arguments
Argument
reserved
count
Examples
References
from
examples
Code
Location
Referrer
static
void
s_prepare_reserved_regions
(
soc_reserved_region_t
*
reserved
,
size_t
count
)
memory_layout_utils.c:72
s_prepare_reserved_regions
(
reserved
,
num_reserved
)
;
memory_layout_utils.c:127
soc_get_available_memory_regions()
Call Tree
from
examples
s_prepare_reserved_regions()
is called by 1 function and calls 5 functions:
soc_get_available_memory_regions()
All items filtered out
s_prepare_reserved_regions()
esp_log_get_default_level()
__assert_func()
abort()
esp_rom_printf()
esp_log_timestamp()
All items filtered out
Data Use
from
examples
s_prepare_reserved_regions()
reads 7 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
soc_reserved_region_t::start
soc_reserved_region_t::end
TAG
s_compare_reserved_regions()
All items filtered out
s_prepare_reserved_regions()
soc_reserved_region_t::start
soc_reserved_region_t::end
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