Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h86 #ifdef MCUBOOT_BOOT_MAX_ALIGN
89 _Static_assert(MCUBOOT_BOOT_MAX_ALIGN >= 8 && MCUBOOT_BOOT_MAX_ALIGN <= 32,
93 #define BOOT_MAX_ALIGN MCUBOOT_BOOT_MAX_ALIGN
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_config.h33 #define MCUBOOT_BOOT_MAX_ALIGN 32 macro
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_config.h137 #define MCUBOOT_BOOT_MAX_ALIGN MYNEWT_VAL(MCU_FLASH_MIN_WRITE_SIZE) macro
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_config.h355 #define MCUBOOT_BOOT_MAX_ALIGN \ macro