ChibiOS/RT 7.0.6
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.
void * jobarg
 Argument to be passed to the job function.

Detailed Description

Type of a job descriptor.

Definition at line 95 of file chjobs.h.

Field Documentation

◆ jobfunc

job_function_t ch_job_descriptor::jobfunc

Job function.

Definition at line 99 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 103 of file chjobs.h.

Referenced by chJobDispatch(), and chJobDispatchTimeout().