ext_flash sample
example_list_data_partitions()
is only used within ext_flash sample.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ext_flash sample
example_list_data_partitions()
example_list_data_partitions() function
Syntax
Show:
Summary
Declaration
Definition
from
fatfs_ext_flash_example_main.c:65
static
void
example_list_data_partitions
(
void
)
;
Implemented in
fatfs_ext_flash_example_main.c:183
Examples
References
from
examples
Code
Location
Referrer
static
void
example_list_data_partitions
(
void
)
fatfs_ext_flash_example_main.c:183
static
void
example_list_data_partitions
(
void
)
;
fatfs_ext_flash_example_main.c:65
example_list_data_partitions
(
)
;
fatfs_ext_flash_example_main.c:81
app_main()
Call Tree
from
examples
example_list_data_partitions()
is called by 1 function and calls 6 functions:
app_main()
All items filtered out
example_list_data_partitions()
esp_log_timestamp()
esp_log_write()
esp_partition_find()
esp_partition_get()
esp_partition_next()
esp_partition_iterator_release()
All items filtered out
Data Use
from
examples
example_list_data_partitions()
reads 12 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_partition_type_t::ESP_PARTITION_TYPE_DATA
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_ANY
esp_partition_t::subtype
esp_partition_t::address
esp_partition_t::size
esp_partition_t::label
TAG
All items filtered out
example_list_data_partitions()
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