Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/subsys/mgmt/hawkbit/
Dhawkbit.c54 #define SLOT1_LABEL slot1_partition macro
55 #define SLOT1_SIZE FIXED_PARTITION_SIZE(SLOT1_LABEL)
856 ret = boot_erase_img_bank(FIXED_PARTITION_ID(SLOT1_LABEL)); in hawkbit_init()