Home
last modified time | relevance | path

Searched defs:img_index (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/zephyr/
Dhooks_sample.c29 int boot_read_image_header_hook(int img_index, int slot, in boot_read_image_header_hook()
45 fih_ret boot_image_check_hook(int img_index, int slot) in boot_image_check_hook()
54 int boot_perform_update_hook(int img_index, struct image_header *img_head, in boot_perform_update_hook()
80 int boot_copy_region_post_hook(int img_index, const struct flash_area *area, in boot_copy_region_post_hook()
86 int boot_serial_uploaded_hook(int img_index, const struct flash_area *area, in boot_serial_uploaded_hook()
/mcuboot-latest/boot/espressif/
Dmain.c61 int read_image_header(uint32_t img_index, uint32_t slot, struct image_header *img_header) in read_image_header()
87 void do_boot_appcpu(uint32_t img_index, uint32_t slot) in do_boot_appcpu()