flash_encryption sample
example_read_write_flash()
is only used within flash_encryption sample.
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
flash_encryption sample
example_read_write_flash()
example_read_write_flash() function
Syntax
Show:
Summary
Declaration
Definition
from
flash_encrypt_main.c:26
static
void
example_read_write_flash
(
void
)
;
Implemented in
flash_encrypt_main.c:153
Examples
References
from
examples
Code
Location
Referrer
static
void
example_read_write_flash
(
void
)
flash_encrypt_main.c:153
static
void
example_read_write_flash
(
void
)
;
flash_encrypt_main.c:26
example_read_write_flash
(
)
;
flash_encrypt_main.c:92
app_main()
Call Tree
from
examples
example_read_write_flash()
is called by 1 function and calls 8 functions:
app_main()
All items filtered out
example_read_write_flash()
__assert_func()
_esp_error_check_failed()
esp_log_buffer_hexdump_internal()
esp_partition_erase_range()
esp_partition_read()
esp_partition_write()
esp_flash_read()
esp_partition_find_first()
All items filtered out
Data Use
from
examples
example_read_write_flash()
reads 7 variables:
esp_log_level_t::ESP_LOG_INFO
esp_partition_type_t::ESP_PARTITION_TYPE_DATA
esp_partition_subtype_t::ESP_PARTITION_SUBTYPE_ANY
esp_partition_t::address
esp_partition_t::size
esp_partition_t::label
TAG
All items filtered out
example_read_write_flash()
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