Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_iap_ffr.h33 #if !defined(ALIGN_DOWN)
34 #define ALIGN_DOWN(x, a) ((x) & (uint32_t)(-((int32_t)(a)))) macro
/trusted-firmware-m-latest/platform/ext/target/nxp/common/CMSIS_Driver/
DDriver_Flash_iap1.c38 #ifndef ALIGN_DOWN
39 #define ALIGN_DOWN(x, a) ((x) & -(a)) macro
338 uint32_t alignedStart = ALIGN_DOWN(start, (uint32_t)kFLASH_AlignementUnitSingleWordRead); in FLASH_ReadData()
/trusted-firmware-m-latest/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c352 return ALIGN_DOWN(boot_magic_off(fap) - BOOT_MAX_ALIGN, BOOT_MAX_ALIGN); in boot_image_ok_off()
441 pad_off = ALIGN_DOWN(off, BOOT_MAX_ALIGN); in erase_boot_magic()