Home
last modified time | relevance | path

Searched defs:ALIGN_DOWN (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/nxp/common/CMSIS_Driver/
DDriver_Flash_iap1.c39 #define ALIGN_DOWN(x, a) ((x) & -(a)) macro
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_iap_ffr.h34 #define ALIGN_DOWN(x, a) ((x) & (uint32_t)(-((int32_t)(a)))) macro