ESP-IDF
+
0
/1 examples
SourceVu will show references to
ESP_PARTITION_TABLE_MAX_LEN
from the following samples and libraries:
native_ota_example sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_PARTITION_TABLE_MAX_LEN
ESP_PARTITION_TABLE_MAX_LEN macro
Syntax
Show:
Summary
Declaration
from
esp_flash_partitions.h:58
#define
ESP_PARTITION_TABLE_MAX_LEN
0xC00
Examples
ESP_PARTITION_TABLE_MAX_LEN
is referenced by 1 libraries and example projects:
native_ota_example sample
References
from
0/1
examples
Code
Location
#define
ESP_PARTITION_TABLE_MAX_LEN
0xC00
/* Maximum length of partition table data */
esp_flash_partitions.h:58
partitions
=
bootloader_mmap
(
ESP_PARTITION_TABLE_OFFSET
,
ESP_PARTITION_TABLE_MAX_LEN
)
;
bootloader_common.c:97
ESP_LOGE
(
TAG
,
"bootloader_mmap(0x%x, 0x%x) failed"
,
ESP_PARTITION_TABLE_OFFSET
,
ESP_PARTITION_TABLE_MAX_LEN
)
;
bootloader_common.c:99
partitions
=
bootloader_mmap
(
ESP_PARTITION_TABLE_OFFSET
,
ESP_PARTITION_TABLE_MAX_LEN
)
;
bootloader_utility.c:131
ESP_LOGE
(
TAG
,
"bootloader_mmap(0x%x, 0x%x) failed"
,
ESP_PARTITION_TABLE_OFFSET
,
ESP_PARTITION_TABLE_MAX_LEN
)
;
bootloader_utility.c:133
#define
ESP_PARTITION_TABLE_MAX_ENTRIES
(
ESP_PARTITION_TABLE_MAX_LEN
/
sizeof
(
esp_partition_info_t
)
)
/* Maximum length of partition table data, including terminating entry */
esp_flash_partitions.h:59
if
(
addr
<=
ESP_PARTITION_TABLE_OFFSET
+
ESP_PARTITION_TABLE_MAX_LEN
)
{
partition_target.c:224
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out