Searched refs:ALIGN_UP (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/ |
D | fsl_ftfx_utilities.h | 44 #if !defined(ALIGN_UP) 45 #define ALIGN_UP(x, a) ALIGN_DOWN((uint32_t)(x) + (uint32_t)(a)-1u, a) macro
|
D | fsl_ftfx_controller.c | 629 uint32_t endAddressOfCurrentSector = ALIGN_UP(programaddress, sectorSize); in FTFx_CMD_ProgramSection() 892 nextBlockStartAddress = ALIGN_UP(erasestart, blockSize); in FTFx_CMD_VerifyErase()
|
D | fsl_ftfx_flash.c | 807 … uint32_t alignedEndAddress = ALIGN_UP(endAddress, ftfxConfig->flashDesc.accessSegmentMem.size); in FLASH_IsExecuteOnly()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iap1/ |
D | fsl_iap_ffr.h | 38 #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/ |
D | fsl_flash_ffr.h | 31 #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/ |
D | fsl_flash_ffr.h | 31 #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/ |
D | fsl_flash_ffr.h | 31 #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/ |
D | fsl_flash.c | 28 #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()
|