Home
last modified time | relevance | path

Searched refs:ALIGN_UP (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_utilities.h44 #if !defined(ALIGN_UP)
45 #define ALIGN_UP(x, a) ALIGN_DOWN((uint32_t)(x) + (uint32_t)(a)-1u, a) macro
Dfsl_ftfx_controller.c629 uint32_t endAddressOfCurrentSector = ALIGN_UP(programaddress, sectorSize); in FTFx_CMD_ProgramSection()
892 nextBlockStartAddress = ALIGN_UP(erasestart, blockSize); in FTFx_CMD_VerifyErase()
Dfsl_ftfx_flash.c807 … uint32_t alignedEndAddress = ALIGN_UP(endAddress, ftfxConfig->flashDesc.accessSegmentMem.size); in FLASH_IsExecuteOnly()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap_ffr.h38 #if !defined(ALIGN_UP)
39 #define ALIGN_UP(x, a) (-((int32_t)((uint32_t)(-((int32_t)(x))) & (uint32_t)(-((int32_t)(a)))))) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/
Dfsl_flash_ffr.h31 #if !defined(ALIGN_UP)
32 #define ALIGN_UP(x, a) (-((int32_t)((uint32_t)(-((int32_t)(x))) & (uint32_t)(-((int32_t)(a)))))) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/
Dfsl_flash_ffr.h31 #if !defined(ALIGN_UP)
32 #define ALIGN_UP(x, a) (-((int32_t)((uint32_t)(-((int32_t)(x))) & (uint32_t)(-((int32_t)(a)))))) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/
Dfsl_flash_ffr.h31 #if !defined(ALIGN_UP)
32 #define ALIGN_UP(x, a) (-((int32_t)((uint32_t)(-((int32_t)(x))) & (uint32_t)(-((int32_t)(a)))))) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c28 #ifndef ALIGN_UP
29 #define ALIGN_UP(x, a) ALIGN_DOWN((uint32_t)(x) + (uint32_t)(a)-1u, a) macro
1432 nextBlockStartAddress = ALIGN_UP(start, blockSize); in FLASH_VerifyErase()