ChibiOS  21.6.0
ch_job_descriptor Struct Reference

Type of a job descriptor. More...

#include <chjobs.h>

Collaboration diagram for ch_job_descriptor:
Collaboration graph

Data Fields

job_function_t jobfunc
 Job function. More...
 
void * jobarg
 Argument to be passed to the job function. More...
 

Detailed Description

Type of a job descriptor.

Definition at line 96 of file chjobs.h.

Field Documentation

◆ jobfunc

job_function_t ch_job_descriptor::jobfunc

Job function.

Definition at line 100 of file chjobs.h.

Referenced by chJobDispatch(), and chJobDispatchTimeout().

◆ jobarg

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().