Thread Definition structure contains startup information of a thread. More...
#include <cmsis_os.h>
Data Fields | |
os_pthread | pthread |
start address of thread function More... | |
osThreadAttr_t | attr |
thread attributes More... | |
Thread Definition structure contains startup information of a thread.
Definition at line 291 of file cmsis_os.h.
osThreadAttr_t attr |
thread attributes
Definition at line 293 of file cmsis_os.h.
os_pthread pthread |
start address of thread function
Definition at line 292 of file cmsis_os.h.