|
CMSIS2000
0.0.7
|
Thread Definition structure contains startup information of a thread. Подробнее...
#include <cmsis_os.h>
Поля данных | |
| uint32_t | instances |
| maximum number of instances of that thread function | |
| os_pthread | pthread |
| start address of thread function | |
| uint32_t | stacksize |
| stack size requirements in bytes; 0 is default stack size | |
| osPriority | tpriority |
| initial thread priority | |
Thread Definition structure contains startup information of a thread.
См. определение в файле cmsis_os.h строка 214
| uint32_t os_thread_def::instances |
maximum number of instances of that thread function
См. определение в файле cmsis_os.h строка 217
| os_pthread os_thread_def::pthread |
start address of thread function
См. определение в файле cmsis_os.h строка 215
| uint32_t os_thread_def::stacksize |
stack size requirements in bytes; 0 is default stack size
См. определение в файле cmsis_os.h строка 218
| osPriority os_thread_def::tpriority |
initial thread priority
См. определение в файле cmsis_os.h строка 216