Home
last modified time | relevance | path

Searched defs:alignbytes (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/common/
Dfsl_common_dsp.h39 #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
Dfsl_common_arm.h355 #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
Dfsl_common_riscv.h38 #define SDK_ALIGN(var, alignbytes) var __attribute__((aligned(alignbytes))) argument
41 #define SDK_SIZEALIGN(var, alignbytes) \ argument
Dfsl_common.c25 void *SDK_Malloc(size_t size, size_t alignbytes) in SDK_Malloc()
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c57 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ argument
146 void *OSA_MemoryAllocateAlign(uint32_t memLength, uint32_t alignbytes) in OSA_MemoryAllocateAlign()
Dfsl_os_abstraction_free_rtos.c55 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ argument
177 void *OSA_MemoryAllocateAlign(uint32_t memLength, uint32_t alignbytes) in OSA_MemoryAllocateAlign()
Dfsl_os_abstraction_bm.c48 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ argument
225 void *OSA_MemoryAllocateAlign(uint32_t memLength, uint32_t alignbytes) in OSA_MemoryAllocateAlign()
Dfsl_os_abstraction_zephyr.c174 void *OSA_MemoryAllocateAlign(uint32_t memLength, uint32_t alignbytes) in OSA_MemoryAllocateAlign()