Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/dfu/boot/
Dmcuboot.c54 #define ACTIVE_SLOT_FLASH_AREA_ID boot_fetch_active_slot()
85 uint8_t boot_fetch_active_slot(void) in boot_fetch_active_slot() function
103 uint8_t boot_fetch_active_slot(void) in boot_fetch_active_slot() function
/Zephyr-latest/include/zephyr/dfu/
Dmcuboot.h169 uint8_t boot_fetch_active_slot(void);
/Zephyr-latest/subsys/dfu/img_util/
Dflash_img.c256 slot = boot_fetch_active_slot(); in flash_img_get_upload_slot()