Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bootloader_support/include/
Desp_flash_partitions.h54 #define ESP_PARTITION_TABLE_MAX_ENTRIES (ESP_PARTITION_TABLE_MAX_LEN / sizeof(esp_partition_info_t)… macro
/device/soc/esp/esp32/components/bootloader_support/src/
Dflash_partitions.c35 for (num_parts = 0; num_parts < ESP_PARTITION_TABLE_MAX_ENTRIES; num_parts++) { in esp_partition_table_verify()
/device/soc/esp/esp32/components/bootloader_support/src/esp32/
Dflash_encrypt.c183 esp_partition_info_t partition_table[ESP_PARTITION_TABLE_MAX_ENTRIES]; in encrypt_flash_contents()