Home
last modified time | relevance | path

Searched defs:partition_table (Results 1 – 3 of 3) sorted by relevance

/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() local
288 static esp_err_t encrypt_and_load_partition_table(esp_partition_info_t *partition_table, int *num_p… in encrypt_and_load_partition_table()
/device/soc/esp/esp32/components/bootloader_support/src/
Dflash_partitions.c28 esp_err_t esp_partition_table_verify(const esp_partition_info_t *partition_table, bool log_errors, … in esp_partition_table_verify()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/demo/
Dusb_host.c209 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t partition_table[512]; variable