Home
last modified time | relevance | path

Searched defs:image (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.5.0/share/sysbuild/images/bootloader/
DCMakeLists.txt7 set(image mcuboot) variable
/Zephyr-Core-3.5.0/tests/cmake/zephyr_get/
Dsysbuild.cmake7 set(image ${DEFAULT_IMAGE}_${suffix}) variable
/Zephyr-Core-3.5.0/scripts/build/
Dgen_cfb_font_header.py17 def generate_element(image, charcode): argument
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c75 int image = query_slot / 2; /* We support max 2 images for now */ in img_mgmt_state_flags() local
126 int image = query_slot / 2; /* We support max 2 images for now */ in img_mgmt_state_flags() local
152 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type) in img_mgmt_get_next_boot_slot()
235 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type) in img_mgmt_get_next_boot_slot()
329 int image = img_mgmt_slot_to_image(slot); in img_mgmt_slot_in_use() local
570 int image = img_mgmt_slot_to_image(slot); in img_mgmt_set_next_boot_slot() local
Dzephyr_img_mgmt.c224 static int img_mgmt_get_unused_slot_area_id(int image) in img_mgmt_get_unused_slot_area_id()
515 int image = img_mgmt_slot_to_image(slot); in img_mgmt_swap_type() local
Dimg_mgmt.c137 int img_mgmt_active_slot(int image) in img_mgmt_active_slot()
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c223 uint32_t image; in img_upload_init_verify() local
/Zephyr-Core-3.5.0/scripts/west_commands/
Dbindesc.py227 def parse_descriptors(self, image): argument
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt.h181 uint32_t image; /* 0 by default */ member