Searched defs:alignbytes (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/common/ |
| D | fsl_common_dsp.h | 39 #define SDK_ALIGN(var, alignbytes) var __attribute__((aligned(alignbytes))) argument 52 #define SDK_SIZEALIGN(var, alignbytes) \ argument 66 #define AT_NONCACHEABLE_SECTION_ALIGN_INIT(var, alignbytes) \ argument 68 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) \ argument
|
| D | fsl_common_arm.h | 355 #define SDK_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var argument 376 #define SDK_SIZEALIGN(var, alignbytes) \ argument 393 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var … argument 395 #define AT_NONCACHEABLE_SECTION_ALIGN_INIT(var, alignbytes) \ argument 450 #define AT_QUICKACCESS_SECTION_DATA_ALIGN(var, alignbytes) \ argument
|
| D | fsl_common_riscv.h | 38 #define SDK_ALIGN(var, alignbytes) var __attribute__((aligned(alignbytes))) argument 41 #define SDK_SIZEALIGN(var, alignbytes) \ argument
|
| D | fsl_common.c | 25 void *SDK_Malloc(size_t size, size_t alignbytes) in SDK_Malloc()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction_threadx.c | 57 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ argument 146 void *OSA_MemoryAllocateAlign(uint32_t memLength, uint32_t alignbytes) in OSA_MemoryAllocateAlign()
|
| D | fsl_os_abstraction_free_rtos.c | 55 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ argument 177 void *OSA_MemoryAllocateAlign(uint32_t memLength, uint32_t alignbytes) in OSA_MemoryAllocateAlign()
|
| D | fsl_os_abstraction_bm.c | 48 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ argument 225 void *OSA_MemoryAllocateAlign(uint32_t memLength, uint32_t alignbytes) in OSA_MemoryAllocateAlign()
|
| D | fsl_os_abstraction_zephyr.c | 174 void *OSA_MemoryAllocateAlign(uint32_t memLength, uint32_t alignbytes) in OSA_MemoryAllocateAlign()
|