flash_encryption sample
CUSTOM_FAT_PART_NAME_E
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
CUSTOM_FAT_PART_NAME_E
CUSTOM_FAT_PART_NAME_E macro
Syntax
Show:
Summary
Declaration
from
flash_encrypt_fatfs.h:16
#define
CUSTOM_FAT_PART_NAME_E
"fat_encrypted"
Examples
References
from
examples
Code
Location
#define
CUSTOM_FAT_PART_NAME_E
"fat_encrypted"
flash_encrypt_fatfs.h:16
ESP_PARTITION_TYPE_DATA
,
ESP_PARTITION_SUBTYPE_DATA_FAT
,
CUSTOM_FAT_PART_NAME_E
)
;
flash_encrypt_fatfs.c:42
ESP_PARTITION_TYPE_DATA
,
ESP_PARTITION_SUBTYPE_DATA_FAT
,
CUSTOM_FAT_PART_NAME_E
)
;
flash_encrypt_main.c:47
ESP_LOGI
(
TAG
,
"Partitions %s and %s for FATFS example are present"
,
CUSTOM_FAT_PART_NAME_NE
,
CUSTOM_FAT_PART_NAME_E
)
;
flash_encrypt_main.c:50
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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