Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c110 if (image == img_mgmt_active_image() && query_slot == active_slot) { in img_mgmt_state_flags()
128 if (image == img_mgmt_active_image() && query_slot == active_slot) { in img_mgmt_state_flags()
609 img_mgmt_active_image(), image, active_slot, slot, next_boot_slot); in img_mgmt_set_next_boot_slot()
618 if (confirm && image != img_mgmt_active_image() && in img_mgmt_set_next_boot_slot()
674 int active_image = img_mgmt_active_image(); in img_mgmt_set_next_boot_slot()
722 slot = img_mgmt_active_slot(img_mgmt_active_image()); in img_mgmt_state_write()
Dimg_mgmt.c241 int img_mgmt_active_image(void) in img_mgmt_active_image() function
421 uint32_t slot = img_mgmt_get_opposite_slot(img_mgmt_active_slot(img_mgmt_active_image())); in img_mgmt_erase()
1018 return img_mgmt_read_info(img_mgmt_active_slot(img_mgmt_active_image()), in img_mgmt_my_version()
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt.h274 int img_mgmt_active_image(void);