![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include <cmsis_os.h>
Data Fields | |
char * | name |
Thread name. More... | |
os_pthread | pthread |
start address of thread function More... | |
osPriority | tpriority |
initial thread priority More... | |
uint32_t | instances |
maximum number of instances of that thread function More... | |
uint32_t | stacksize |
stack size requirements in bytes; 0 is default stack size More... | |
Thread Definition structure contains startup information of a thread.
Definition at line 330 of file cmsis_os.h.
uint32_t instances |
maximum number of instances of that thread function
Definition at line 334 of file cmsis_os.h.
char* name |
Thread name.
Definition at line 331 of file cmsis_os.h.
os_pthread pthread |
start address of thread function
Definition at line 332 of file cmsis_os.h.
uint32_t stacksize |
stack size requirements in bytes; 0 is default stack size
Definition at line 335 of file cmsis_os.h.
osPriority tpriority |
initial thread priority
Definition at line 333 of file cmsis_os.h.