Home
last modified time | relevance | path

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

/mcuboot-3.7.0/boot/bootutil/include/bootutil/
Dboot_record.h82 const int max_app_size);
/mcuboot-3.7.0/boot/bootutil/src/
Dboot_record.c233 const uint8_t slot, const int max_app_size) in boot_save_shared_data() argument
331 sizeof(max_app_size), in boot_save_shared_data()
332 (void *)&max_app_size); in boot_save_shared_data()
Dloader.c141 int max_app_size; in boot_add_shared_data() local
155 max_app_size = app_max_size(state); in boot_add_shared_data()
158 active_slot, max_app_size); in boot_add_shared_data()