Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c238 int other_slot_state; in img_mgmt_get_next_boot_slot() local
249 other_slot_state = read_directxip_state(other_slot); in img_mgmt_get_next_boot_slot()
259 if (other_slot_state < 0 || active_slot_state < 0) { in img_mgmt_get_next_boot_slot()
261 active_slot_state, other_slot_state); in img_mgmt_get_next_boot_slot()
276 } else if (other_slot_state == DIRECT_XIP_BOOT_UNSET) { in img_mgmt_get_next_boot_slot()
281 if (other_slot_state == DIRECT_XIP_BOOT_FOREVER) { in img_mgmt_get_next_boot_slot()
283 } else if (other_slot_state == DIRECT_XIP_BOOT_ONCE) { in img_mgmt_get_next_boot_slot()