Home
last modified time | relevance | path

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

/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c152 #define IMAGES_ITER(x) for ((x) = 0; (x) < BOOT_IMAGE_NUMBER; ++(x)) macro
154 #define IMAGES_ITER(x) macro
/mcuboot-latest/boot/bootutil/src/
Dloader.c89 #define IMAGES_ITER(x) for ((x) = 0; (x) < BOOT_IMAGE_NUMBER; ++(x)) macro
91 #define IMAGES_ITER(x) macro