ChibiOS
21.6.0
|
Type of a job descriptor. More...
#include <chjobs.h>
Data Fields | |
job_function_t | jobfunc |
Job function. More... | |
void * | jobarg |
Argument to be passed to the job function. More... | |
job_function_t ch_job_descriptor::jobfunc |
Job function.
Definition at line 100 of file chjobs.h.
Referenced by chJobDispatch(), and chJobDispatchTimeout().
void* ch_job_descriptor::jobarg |
Argument to be passed to the job function.
Definition at line 104 of file chjobs.h.
Referenced by chJobDispatch(), and chJobDispatchTimeout().