Home
last modified time | relevance | path

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

/hal_nxp-latest/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-latest/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-latest/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-latest/mcux/middleware/wifi_nxp/incl/
Dwm_utils.h46 #define ALIGN_X(num, align) WM_MASK(num, (typeof(num))align - 1) argument
74 #define __WM_ALIGN__(num, num_type, align) WM_MASK(num, (num_type)align - 1) argument
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/
Dvirtio_ring.h131 static inline int32_t vring_size(uint32_t num, uint32_t align) in vring_size()
142 static inline void vring_init(struct vring *vr, uint32_t num, uint8_t *p, uint32_t align) in vring_init()
Dvirtqueue.h147 uint32_t align; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/prg/
Dfsl_prg.c18 #define PRG_ALIGN_UP(x, align) ((((x)-1U) | ((align)-1U)) + 1U) argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/dpr/
Dfsl_dpr.c18 #define DPR_ALIGN_UP(x, align) ((((uint32_t)(x)-1U) | ((align)-1U)) + 1U) argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/jpegdec/
Dfsl_jpegdec.h20 #define JPEG_ALIGN_SIZE(size, align) (((size) + (align)-1U) & ~((align)-1U)) argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.h42 #define LCDIF_ALIGN_ADDR(addr, align) ((((addr) / (align) * (align)) == (addr)) ? (addr) : ((addr) … argument