Searched defs:align (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.7.0/s32/drivers/s32ze/BaseNXP/include/ |
D | Compiler.h | 122 #define ALIGNED_VARS_START(sec_name, align) argument 175 #define ALIGNED_VARS_START(sec_name, align) argument 219 #define ALIGNED_VARS_START(sec_name, align) argument 263 #define ALIGNED_VARS_START(sec_name, align) argument 307 #define ALIGNED_VARS_START(sec_name, align) argument 349 #define ALIGNED_VARS_START(sec_name, align) argument 397 #define ALIGNED_VARS_START(sec_name, align) argument
|
/hal_nxp-3.7.0/s32/drivers/s32k1/BaseNXP/include/ |
D | Compiler.h | 122 #define ALIGNED_VARS_START(sec_name, align) argument 175 #define ALIGNED_VARS_START(sec_name, align) argument 219 #define ALIGNED_VARS_START(sec_name, align) argument 263 #define ALIGNED_VARS_START(sec_name, align) argument 307 #define ALIGNED_VARS_START(sec_name, align) argument 349 #define ALIGNED_VARS_START(sec_name, align) argument 397 #define ALIGNED_VARS_START(sec_name, align) argument
|
/hal_nxp-3.7.0/s32/drivers/s32k3/BaseNXP/include/ |
D | Compiler.h | 122 #define ALIGNED_VARS_START(sec_name, align) argument 175 #define ALIGNED_VARS_START(sec_name, align) argument 219 #define ALIGNED_VARS_START(sec_name, align) argument 263 #define ALIGNED_VARS_START(sec_name, align) argument 307 #define ALIGNED_VARS_START(sec_name, align) argument 349 #define ALIGNED_VARS_START(sec_name, align) argument 397 #define ALIGNED_VARS_START(sec_name, align) argument
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/prg/ |
D | fsl_prg.c | 18 #define PRG_ALIGN_UP(x, align) ((((x)-1U) | ((align)-1U)) + 1U) argument
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/dpr/ |
D | fsl_dpr.c | 18 #define DPR_ALIGN_UP(x, align) ((((uint32_t)(x)-1U) | ((align)-1U)) + 1U) argument
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lcdif/ |
D | fsl_lcdif.c | 20 #define LCDIF_ALIGN_ADDR(addr, align) (((addr) + (align)-1U) & ~((align)-1U)) argument
|