Home
last modified time | relevance | path

Searched refs:esp_ota_get_running_partition (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/spi_flash/sim/stubs/app_update/
Desp_ota_eps.c12 const esp_partition_t* esp_ota_get_running_partition(void) in esp_ota_get_running_partition() function
/hal_espressif-3.7.0/components/spi_flash/test/
Dtest_out_of_bounds_write.c29 const esp_partition_t *p = esp_ota_get_running_partition();
/hal_espressif-3.7.0/components/bootloader_support/test_apps/bootloader_support/main/
Dtest_verify_image.c43 const esp_partition_t *running = esp_ota_get_running_partition();
/hal_espressif-3.7.0/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_app.c52 const esp_partition_t* running_app_part = esp_ota_get_running_partition(); in esp_secure_boot_get_signature_blocks_for_running_app()