Home
last modified time | relevance | path

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

/mcuboot-3.4.0/boot/boot_serial/src/
Dboot_serial.c613 static size_t img_size; /* Total image size, held for duration of upload */ in bs_upload() local
731 img_size = img_size_tmp; in bs_upload()
739 } else if (curr_off + img_chunk_len > img_size) { in bs_upload()
765 if (curr_off + img_chunk_len + rem_bytes < img_size) { in bs_upload()
819 if (curr_off == img_size) { in bs_upload()
831 img_size); in bs_upload()
857 if (curr_off == img_size) { in bs_upload()
/mcuboot-3.4.0/scripts/
Dmcubin.bt62 uint32 img_size <format=hex>;
112 uchar payload[ihdr.img_size];
/mcuboot-3.4.0/sim/mcuboot-sys/src/
Dapi.rs46 img_size: u32, field
/mcuboot-3.4.0/scripts/imgtool/
Dimage.py629 magic, _, header_size, _, img_size = struct.unpack('IIHHI', b[:16])
635 tlv_off = header_size + img_size
/mcuboot-3.4.0/sim/src/
Dimage.rs1702 img_size: len as u32, in install_image()
2072 img_size: u32, field