|
ChibiOS
20.3.4
|
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 453 of file nil/include/ch.h.
| const char* nil_thread_descriptor::name |
Thread name, for debugging.
Definition at line 454 of file nil/include/ch.h.
| stkalign_t* nil_thread_descriptor::wbase |
Thread working area base.
Definition at line 455 of file nil/include/ch.h.
| stkalign_t* nil_thread_descriptor::wend |
Thread working area end.
Definition at line 456 of file nil/include/ch.h.
| tprio_t nil_thread_descriptor::prio |
Thread priority slot.
Definition at line 457 of file nil/include/ch.h.
| tfunc_t nil_thread_descriptor::funcp |
Thread function.
Definition at line 458 of file nil/include/ch.h.
| void* nil_thread_descriptor::arg |
Thread function argument.
Definition at line 459 of file nil/include/ch.h.