Home
last modified time | relevance | path

Searched refs:ESP_PARTITION_TABLE_MAX_ENTRIES (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bootloader_support/include/
Desp_flash_partitions.h49 #define ESP_PARTITION_TABLE_MAX_ENTRIES (ESP_PARTITION_TABLE_MAX_LEN / sizeof(esp_partition_info_t)… macro
/hal_espressif-latest/components/bootloader_support/src/
Dflash_partitions.c21 for (num_parts = 0; num_parts < ESP_PARTITION_TABLE_MAX_ENTRIES; num_parts++) { in esp_partition_table_verify()
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c251 esp_partition_info_t partition_table[ESP_PARTITION_TABLE_MAX_ENTRIES]; in esp_flash_encrypt_contents()