Home
last modified time | relevance | path

Searched refs:OSA_MEM_SIZE_ALIGN (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c57 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ macro
152 alignedsize = (uint32_t)(unsigned int)OSA_MEM_SIZE_ALIGN(memLength, alignbytes); in OSA_MemoryAllocateAlign()
178 …p_align_addr.unsigned_value = OSA_MEM_SIZE_ALIGN(p_addr.unsigned_value + sizeof(osa_mem_align_cb_t… in OSA_MemoryAllocateAlign()
Dfsl_os_abstraction_free_rtos.c55 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ macro
183 alignedsize = (uint32_t)(unsigned int)OSA_MEM_SIZE_ALIGN(memLength, alignbytes); in OSA_MemoryAllocateAlign()
209 …p_align_addr.unsigned_value = OSA_MEM_SIZE_ALIGN(p_addr.unsigned_value + sizeof(osa_mem_align_cb_t… in OSA_MemoryAllocateAlign()
Dfsl_os_abstraction_bm.c48 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ macro
231 alignedsize = (uint32_t)(unsigned int)OSA_MEM_SIZE_ALIGN(memLength, alignbytes); in OSA_MemoryAllocateAlign()
257 …p_align_addr.unsigned_value = OSA_MEM_SIZE_ALIGN(p_addr.unsigned_value + sizeof(osa_mem_align_cb_t… in OSA_MemoryAllocateAlign()