Home
last modified time | relevance | path

Searched defs:align (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.7.0/s32/drivers/s32ze/BaseNXP/include/
DCompiler.h122 #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/
DCompiler.h122 #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/
DCompiler.h122 #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/
Dfsl_prg.c18 #define PRG_ALIGN_UP(x, align) ((((x)-1U) | ((align)-1U)) + 1U) argument
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/dpr/
Dfsl_dpr.c18 #define DPR_ALIGN_UP(x, align) ((((uint32_t)(x)-1U) | ((align)-1U)) + 1U) argument
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c20 #define LCDIF_ALIGN_ADDR(addr, align) (((addr) + (align)-1U) & ~((align)-1U)) argument