Searched refs:stacksize (Results 1 – 4 of 4) sorted by relevance
85 …uint32_t stacksize; /*!< stack size requirements in bytes; 0 is default stack size*/ member147 #define osThreadStackDef(name, stacksize, instances) \ argument148 uint32_t osThreadStackArray(name)[SIZE_IN_UINT32_UNITS(stacksize)*(instances)];
66 uint32_t stacksize; /*!< stack size requirements in bytes; 0 is default stack size*/ member218 #define osThreadStackDef(name, stacksize, instances) \ argument219 const uint32_t osThreadStackArray(name)[SIZE_IN_UINT32_UNITS(stacksize) * (instances)];
262 (ULONG)thread_def->stacksize, /* stack size */ in OSA_TaskCreate()
279 …(configSTACK_DEPTH_TYPE)((uint16_t)thread_def->stacksize / sizeof(portSTACK_TYPE)), /* task stack … in OSA_TaskCreate()