|
ChibiOS
21.6.0
|
Structure representing a thread descriptor. More...
#include <ch.h>

Data Fields | |
| const char * | name |
| Thread name, for debugging. More... | |
| stkalign_t * | wbase |
| Thread working area base. More... | |
| stkalign_t * | wend |
| Thread working area end. More... | |
| tprio_t | prio |
| Thread priority slot. More... | |
| tfunc_t | funcp |
| Thread function. More... | |
| void * | arg |
| Thread function argument. More... | |
Structure representing a thread descriptor.
Definition at line 502 of file nil/include/ch.h.
| const char* nil_thread_descriptor::name |
Thread name, for debugging.
Definition at line 503 of file nil/include/ch.h.
| stkalign_t* nil_thread_descriptor::wbase |
Thread working area base.
Definition at line 504 of file nil/include/ch.h.
| stkalign_t* nil_thread_descriptor::wend |
Thread working area end.
Definition at line 505 of file nil/include/ch.h.
| tprio_t nil_thread_descriptor::prio |
Thread priority slot.
Definition at line 506 of file nil/include/ch.h.
| tfunc_t nil_thread_descriptor::funcp |
Thread function.
Definition at line 507 of file nil/include/ch.h.
| void* nil_thread_descriptor::arg |
Thread function argument.
Definition at line 508 of file nil/include/ch.h.