Home
last modified time | relevance | path

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

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