Home
last modified time | relevance | path

Searched refs:stacksize (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h85 …uint32_t stacksize; /*!< stack size requirements in bytes; 0 is default stack size*/ member
147 #define osThreadStackDef(name, stacksize, instances) \ argument
148 uint32_t osThreadStackArray(name)[SIZE_IN_UINT32_UNITS(stacksize)*(instances)];
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h66 uint32_t stacksize; /*!< stack size requirements in bytes; 0 is default stack size*/ member
218 #define osThreadStackDef(name, stacksize, instances) \ argument
219 const uint32_t osThreadStackArray(name)[SIZE_IN_UINT32_UNITS(stacksize) * (instances)];
Dfsl_os_abstraction_threadx.c262 (ULONG)thread_def->stacksize, /* stack size */ in OSA_TaskCreate()
Dfsl_os_abstraction_free_rtos.c279 …(configSTACK_DEPTH_TYPE)((uint16_t)thread_def->stacksize / sizeof(portSTACK_TYPE)), /* task stack … in OSA_TaskCreate()