Home
last modified time | relevance | path

Searched defs:image (Results 1 – 6 of 6) sorted by relevance

/mcuboot-3.7.0/sim/tests/
Dcore.rs44 let image = r.$maker($($margs),*); localVariable
92 let image = r.clone().make_image(&dep, true); localVariable
/mcuboot-3.7.0/docs/
Dreadme-espressif.md665 ### [Host OS boots second image](#host-os-boots-second-image)
693 ### [Multi boot](#multi-boot)
734 ### [Image version dependency](#image-version-dependency)
/mcuboot-3.7.0/boot/bootutil/include/bootutil/
Dbootutil_public.h133 #define BOOT_SET_SWAP_INFO(swap_info, image, type) { \ argument
/mcuboot-3.7.0/sim/src/
Dlib.rs17 mod image; module
Dimage.rs2040 let image = images.find(slot.index); in verify_image() localVariable
/mcuboot-3.7.0/boot/espressif/hal/src/
Dflash_encrypt.c398 static esp_err_t verify_img_header(uint32_t addr, const esp_image_load_header_t *image, bool silent) in verify_img_header()