Home
last modified time | relevance | path

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

/Zephyr-latest/share/sysbuild/images/bootloader/
DCMakeLists.txt7 set(image mcuboot) variable
/Zephyr-latest/soc/nordic/
Dsysbuild.cmake20 set(image "vpr_launcher") variable
/Zephyr-latest/tests/cmake/zephyr_get/
Dsysbuild.cmake7 set(image ${DEFAULT_IMAGE}_${suffix}) variable
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_callbacks.h65 const uint8_t image; member
81 const uint8_t image; member
Dimg_mgmt.h185 uint32_t image; /* 0 by default */ member
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py17 def generate_element(image, charcode): argument
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c70 int image = query_slot / 2; /* We support max 2 images for now */ in img_mgmt_state_flags() local
121 int image = query_slot / 2; /* We support max 2 images for now */ in img_mgmt_state_flags() local
147 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type) in img_mgmt_get_next_boot_slot()
230 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type) in img_mgmt_get_next_boot_slot()
324 int image = img_mgmt_slot_to_image(slot); in img_mgmt_slot_in_use() local
592 int image = img_mgmt_slot_to_image(slot); in img_mgmt_set_next_boot_slot() local
Dzephyr_img_mgmt.c229 static int img_mgmt_get_unused_slot_area_id(unsigned int image) in img_mgmt_get_unused_slot_area_id()
522 int image = img_mgmt_slot_to_image(slot); in img_mgmt_swap_type() local
Dimg_mgmt.c208 int img_mgmt_active_slot(int image) in img_mgmt_active_slot()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c225 uint32_t image; in img_upload_init_verify() local
/Zephyr-latest/scripts/west_commands/
Dbindesc.py244 def parse_descriptors(self, image): argument
/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/src/
Dmain.c77 uint32_t image; member