ChibiOS
0.0.0
|
Structure representing a thread static configuration. More...
#include <ch.h>
Data Fields | |
stkalign_t * | wbase |
Thread working area base. More... | |
stkalign_t * | wend |
Thread working area end. More... | |
const char * | namep |
Thread name, for debugging. More... | |
tfunc_t | funcp |
Thread function. More... | |
void * | arg |
Thread function argument. More... | |
Structure representing a thread static configuration.
Definition at line 624 of file nil/include/ch.h.
stkalign_t* nil_thread_cfg::wbase |
Thread working area base.
Definition at line 625 of file nil/include/ch.h.
Referenced by chSysInit().
stkalign_t* nil_thread_cfg::wend |
Thread working area end.
Definition at line 626 of file nil/include/ch.h.
Referenced by chSysInit().
const char* nil_thread_cfg::namep |
Thread name, for debugging.
Definition at line 627 of file nil/include/ch.h.
tfunc_t nil_thread_cfg::funcp |
void* nil_thread_cfg::arg |
Thread function argument.
Definition at line 629 of file nil/include/ch.h.
Referenced by chSysInit().