#include <cmsis_os.h>
Data Fields | |
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.
uint32_t os_thread_def::instances |
maximum number of instances of that thread function
os_pthread os_thread_def::pthread |
start address of thread function
uint32_t os_thread_def::stacksize |
stack size requirements in bytes; 0 is default stack size
osPriority os_thread_def::tpriority |
initial thread priority