Home
last modified time | relevance | path

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

/mcuboot-2.7.6/boot/zephyr/
Dmain.c246 static void copy_img_to_SRAM(int slot, unsigned int hdr_offset) in copy_img_to_SRAM() argument
251 unsigned char *dst = (unsigned char *)(SRAM_BASE_ADDRESS + hdr_offset); in copy_img_to_SRAM()
262 rc = flash_area_read(fap, hdr_offset, dst, fap->fa_size - hdr_offset); in copy_img_to_SRAM()