flash_encryption sample
example_fatfs_partition_test()
is only used within flash_encryption 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
flash_encryption sample
example_fatfs_partition_test()
example_fatfs_partition_test() function
Syntax
Show:
Summary
Declaration
Definition
from
flash_encrypt_fatfs.c:24
static
size_t
example_fatfs_partition_test
(
const
esp_partition_t
*
partition
,
const
size_t
text_data_offset
)
;
Implemented in
flash_encrypt_fatfs.c:55
Arguments
Argument
partition
text_data_offset
Examples
References
from
examples
Code
Location
Referrer
static
size_t
example_fatfs_partition_test
(
const
esp_partition_t
*
partition
,
const
size_t
text_data_offset
)
flash_encrypt_fatfs.c:55
static
size_t
example_fatfs_partition_test
(
const
esp_partition_t
*
partition
,
const
size_t
text_data_offset
)
;
flash_encrypt_fatfs.c:24
size_t
open_test_string_offset
=
example_fatfs_partition_test
(
partition
,
SIZE_MAX
)
;
flash_encrypt_fatfs.c:37
example_read_write_fatfs()
example_fatfs_partition_test
(
partition
,
open_test_string_offset
)
;
flash_encrypt_fatfs.c:45
example_read_write_fatfs()
Call Tree
from
examples
example_fatfs_partition_test()
is called by 1 function and calls 10 functions:
example_read_write_fatfs()
All items filtered out
example_fatfs_partition_test()
__assert_func()
esp_err_to_name()
_esp_error_check_failed()
esp_log_buffer_hexdump_internal()
esp_log_timestamp()
esp_log_write()
esp_flash_read()
esp_vfs_fat_spiflash_unmount_rw_wl()
esp_vfs_fat_spiflash_format_rw_wl()
esp_vfs_fat_spiflash_mount_rw_wl()
All items filtered out
Data Use
from
examples
example_fatfs_partition_test()
reads 10 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_t::address
esp_partition_t::size
esp_partition_t::label
esp_partition_t::encrypted
TAG
All items filtered out
example_fatfs_partition_test()
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