Home
last modified time | relevance | path

Searched refs:boot_get_max_app_size (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil.h92 const struct image_max_size *boot_get_max_app_size(void);
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c703 image_max_sizes = boot_get_max_app_size(); in bs_slot_info()
/mcuboot-latest/boot/bootutil/src/
Dloader.c3176 const struct image_max_size *boot_get_max_app_size(void) function