Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/RTOS2/Include/
Dcmsis_os2.h292 void *stack_mem; ///< memory for stack member
/cmsis_6-latest/CMSIS/Documentation/Doxygen/RTOS2/src/
Dref_cmsis_os2_thread.txt107 \ref osThreadAttr_t.stack_mem holds a pointer to the stacks lowest address.
120 .stack_mem = &thread1_stk_1[0],
1070 \var osThreadAttr_t::stack_mem
1078 The size (in bytes) of the stack specified by \ref stack_mem.
1080 Default: \token{0} as the default is no memory provided with \ref stack_mem.