flash_encryption sample
can_perform_fatfs_example()
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
can_perform_fatfs_example()
can_perform_fatfs_example() function
Syntax
Show:
Summary
Declaration
from
flash_encrypt_main.c:41
static
bool
can_perform_fatfs_example
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
bool
can_perform_fatfs_example
(
void
)
flash_encrypt_main.c:41
if
(
can_perform_fatfs_example
(
)
)
{
flash_encrypt_main.c:94
app_main()
Call Tree
from
examples
can_perform_fatfs_example()
is called by 1 function and calls 3 functions:
app_main()
All items filtered out
can_perform_fatfs_example()
esp_log_timestamp()
esp_log_write()
esp_partition_find_first()
All items filtered out
Data Use
from
examples
can_perform_fatfs_example()
reads 8 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_DATA_FAT
TAG
All items filtered out
can_perform_fatfs_example()
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