CMSIS-RTOS
Version 1.02
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
|
Thread Definition structure contains startup information of a thread. More...
Data Fields | |
os_pthread | pthread |
start address of thread function | |
osPriority | tpriority |
initial thread priority | |
uint32_t | instances |
maximum number of instances of that thread function | |
uint32_t | stacksize |
stack size requirements in bytes; 0 is default stack size | |
uint32_t instances |
os_pthread pthread |
uint32_t stacksize |
osPriority tpriority |