|
STM CMSIS
|
#include <cmsis_os.h>
Public Attributes | |
| 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 | |
Thread Definition structure contains startup information of a thread.