Home
last modified time | relevance | path

Searched defs:entry_addr (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/boot/espressif/port/
Desp_loader.c38 …id esp_app_image_load(int image_index, int slot, unsigned int hdr_offset, unsigned int *entry_addr) in esp_app_image_load()
92 unsigned int entry_addr; in start_cpu0_image() local
101 unsigned int entry_addr; in start_cpu1_image() local
/mcuboot-latest/boot/espressif/hal/src/esp32/
Dapp_cpu_start.c20 void appcpu_start(uint32_t entry_addr) in appcpu_start()
/mcuboot-latest/boot/espressif/hal/src/esp32s3/
Dapp_cpu_start.c21 void appcpu_start(uint32_t entry_addr) in appcpu_start()
/mcuboot-latest/boot/espressif/hal/include/
Desp_mcuboot_image.h19 uint32_t entry_addr; /* Application entry address */ member