ext_flash sample
example_add_partition()
is only used within ext_flash sample.
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
ext_flash sample
example_add_partition()
example_add_partition() function
Syntax
Show:
Summary
Declaration
Definition
from
fatfs_ext_flash_example_main.c:64
static
const
esp_partition_t
*
example_add_partition
(
esp_flash_t
*
ext_flash
,
const
char
*
partition_label
)
;
Implemented in
fatfs_ext_flash_example_main.c:170
Arguments
Argument
ext_flash
partition_label
Examples
References
from
examples
Code
Location
Referrer
static
const
esp_partition_t
*
example_add_partition
(
esp_flash_t
*
ext_flash
,
const
char
*
partition_label
)
fatfs_ext_flash_example_main.c:170
static
const
esp_partition_t
*
example_add_partition
(
esp_flash_t
*
ext_flash
,
const
char
*
partition_label
)
;
fatfs_ext_flash_example_main.c:64
example_add_partition
(
flash
,
partition_label
)
;
fatfs_ext_flash_example_main.c:78
app_main()
Call Tree
from
examples
example_add_partition()
is called by 1 function and calls 5 functions:
app_main()
All items filtered out
example_add_partition()
esp_log_timestamp()
esp_log_write()
_esp_error_check_failed()
esp_partition_register_external()
esp_partition_erase_range()
All items filtered out
Data Use
from
examples
example_add_partition()
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_partition_type_t::ESP_PARTITION_TYPE_DATA
esp_flash_t::size
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_DATA_FAT
TAG
All items filtered out
example_add_partition()
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