Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/dfu/boot/
Dmcuboot_priv.h15 #define SLOT1_LABEL slot1_ns_partition macro
18 #define SLOT1_LABEL slot1_partition macro
23 #if FIXED_PARTITION_EXISTS(SLOT1_LABEL)
24 #define FLASH_AREA_IMAGE_SECONDARY FIXED_PARTITION_ID(SLOT1_LABEL)
/Zephyr-Core-3.4.0/subsys/mgmt/hawkbit/
Dhawkbit.c55 #define SLOT1_LABEL slot1_partition macro
56 #define SLOT1_SIZE FIXED_PARTITION_SIZE(SLOT1_LABEL)
611 ret = boot_erase_img_bank(FIXED_PARTITION_ID(SLOT1_LABEL)); in hawkbit_init()
1164 if (flash_img_check(&hb_context.flash_ctx, &fic, FIXED_PARTITION_ID(SLOT1_LABEL))) { in hawkbit_probe()