Home
last modified time | relevance | path

Searched refs:boot_get_image_start_offset (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/dfu/
Dmcuboot.h301 size_t boot_get_image_start_offset(uint8_t area_id);
303 #define boot_get_image_start_offset(...) 0 macro
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot.c110 size_t boot_get_image_start_offset(uint8_t area_id) in boot_get_image_start_offset() function
171 size_t off = boot_get_image_start_offset(area_id); in boot_read_v1_header()
/Zephyr-latest/subsys/dfu/img_util/
Dflash_img.c295 fac.off = boot_get_image_start_offset(area_id); in flash_img_check()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c267 boot_get_image_start_offset(img_mgmt_flash_area_id(image_slot)), in img_mgmt_read_info()
298 boot_get_image_start_offset(img_mgmt_flash_area_id(image_slot)); in img_mgmt_read_info()
Dzephyr_img_mgmt.c478 rc = flash_area_flatten(fa, boot_get_image_start_offset(g_img_mgmt_state.area_id), in img_mgmt_erase_image_data()