CMSIS2000  0.0.7
 Указатель Структуры данных Файлы Функции Переменные Определения типов Перечисления Элементы перечислений Макросы Группы Страницы
Структура os_thread_def

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.

Заметки
CAN BE CHANGED: os_thread_def is implementation specific in every CMSIS-RTOS.

См. определение в файле 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


Объявления и описания членов структуры находятся в файле: