Prusa MINI Firmware overview
|
#include <cmsis_os.h>
Public Attributes | |
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.
char* os_thread_def::name |
Thread name.
os_pthread os_thread_def::pthread |
start address of thread function
osPriority os_thread_def::tpriority |
initial thread priority
uint32_t os_thread_def::instances |
maximum number of instances of that thread function
uint32_t os_thread_def::stacksize |
stack size requirements in bytes; 0 is default stack size