Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_utilities.h39 #if !defined(ALIGN_DOWN)
40 #define ALIGN_DOWN(x, a) (((uint32_t)(x)) & ~((uint32_t)(a)-1u)) macro
45 #define ALIGN_UP(x, a) ALIGN_DOWN((uint32_t)(x) + (uint32_t)(a)-1u, a)
Dfsl_ftfx_flash.c806 uint32_t alignedStartAddress = ALIGN_DOWN(start, ftfxConfig->flashDesc.accessSegmentMem.size); in FLASH_IsExecuteOnly()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/prince/
Dfsl_prince.h91 #if !defined(ALIGN_DOWN)
92 #define ALIGN_DOWN(x, a) ((x) & (uint32_t)(-((int32_t)(a)))) macro
Dfsl_prince.c359 …alignedStartAddress = ALIGN_DOWN(start_address, (int32_t)FSL_PRINCE_DRIVER_SUBREGION_SIZE_IN_KB * … in PRINCE_SetEncryptForAddressRange()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap_ffr.h33 #if !defined(ALIGN_DOWN)
34 #define ALIGN_DOWN(x, a) ((x) & (uint32_t)(-((int32_t)(a)))) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/
Dfsl_flash_ffr.h26 #if !defined(ALIGN_DOWN)
27 #define ALIGN_DOWN(x, a) ((x) & (uint32_t)(-((int32_t)(a)))) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/
Dfsl_flash_ffr.h26 #if !defined(ALIGN_DOWN)
27 #define ALIGN_DOWN(x, a) ((x) & (uint32_t)(-((int32_t)(a)))) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/
Dfsl_flash_ffr.h26 #if !defined(ALIGN_DOWN)
27 #define ALIGN_DOWN(x, a) ((x) & (uint32_t)(-((int32_t)(a)))) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c25 #ifndef ALIGN_DOWN
26 #define ALIGN_DOWN(x, a) (((uint32_t)(x)) & ~((uint32_t)(a)-1u)) macro
29 #define ALIGN_UP(x, a) ALIGN_DOWN((uint32_t)(x) + (uint32_t)(a)-1u, a)