Home
last modified time | relevance | path

Searched defs:image (Results 1 – 15 of 15) 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/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_callbacks.h51 const uint8_t image; member
75 const uint8_t image; member
91 const uint8_t image; member
Dimg_mgmt.h188 uint32_t image; /* 0 by default */ member
/Zephyr-latest/tests/cmake/zephyr_get/
Dsysbuild.cmake7 set(image ${DEFAULT_IMAGE}_${suffix}) variable
/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()
325 int image = img_mgmt_slot_to_image(slot); in img_mgmt_slot_in_use() local
599 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()
525 int image = img_mgmt_slot_to_image(slot); in img_mgmt_swap_type() local
Dimg_mgmt.c209 int img_mgmt_active_slot(int image) in img_mgmt_active_slot()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_dfu.c66 struct usbd_dfu_image *image; member
202 struct usbd_dfu_image *const image = data->image; in usbd_dfu_image_next() local
648 struct usbd_dfu_image *const image = data->image; in handle_upload() local
670 struct usbd_dfu_image *const image = data->image; in handle_download() local
/Zephyr-latest/doc/build/sysbuild/
Dimages.rst231 .. _sysbuild_images_config:
/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/subsys/dfu/boot/
Dmcuboot.c113 int image = IMAGE_INDEX_INVALID; in boot_get_image_start_offset() local
/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/src/
Dmain.c77 uint32_t image; member