Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dfu/
Dmcuboot.h85 #define SWAP_USING_OFFSET_SECTOR_UPDATE_BEGIN 1 macro
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot.c132 uint32_t num_sectors = SWAP_USING_OFFSET_SECTOR_UPDATE_BEGIN; in boot_get_image_start_offset()
150 num_sectors != SWAP_USING_OFFSET_SECTOR_UPDATE_BEGIN) { in boot_get_image_start_offset()
/Zephyr-latest/subsys/dfu/img_util/
Dflash_img.c198 uint32_t sector_count = SWAP_USING_OFFSET_SECTOR_UPDATE_BEGIN; in flash_img_init_id()
221 } else if (sector_count != SWAP_USING_OFFSET_SECTOR_UPDATE_BEGIN) { in flash_img_init_id()