Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c218 uint8_t temp_slot; in img_mgmt_active_slot() local
220 rc = blinfo_lookup(BLINFO_RUNNING_SLOT, &temp_slot, sizeof(temp_slot)); in img_mgmt_active_slot()
228 slot = (int)temp_slot; in img_mgmt_active_slot()