Home
last modified time | relevance | path

Searched refs:OS_DYNAMIC_MEM_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Config/
DRTX_Config.h46 #ifndef OS_DYNAMIC_MEM_SIZE
47 #define OS_DYNAMIC_MEM_SIZE 32768 macro
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c40 #if (OS_DYNAMIC_MEM_SIZE != 0)
41 #if ((OS_DYNAMIC_MEM_SIZE % 8) != 0)
44 static uint64_t os_mem[OS_DYNAMIC_MEM_SIZE/8] \
458 #if (OS_DYNAMIC_MEM_SIZE != 0)
459 &os_mem[0], (uint32_t)OS_DYNAMIC_MEM_SIZE,