ChibiOS/RT  6.1.4
ch_virtual_timer Struct Reference

Structure representing a Virtual Timer. More...

#include <chschd.h>

Collaboration diagram for ch_virtual_timer:
Collaboration graph

Data Fields

delta_list_t dlist
 Delta list element.
More...
 
vtfunc_t func
 Timer callback function pointer.
More...
 
void * par
 Timer callback function parameter.
More...
 

Detailed Description

Structure representing a Virtual Timer.

Definition at line 321 of file chschd.h.

Field Documentation

◆ dlist

delta_list_t ch_virtual_timer::dlist

Delta list element.

Definition at line 322 of file chschd.h.

Referenced by chVTDoResetI(), chVTDoTickI(), chVTGetRemainingIntervalI(), vt_enqueue(), and vt_insert_first().

◆ func

vtfunc_t ch_virtual_timer::func

Timer callback function pointer.

Definition at line 323 of file chschd.h.

Referenced by chVTDoResetI(), chVTDoSetI(), chVTDoTickI(), chVTIsArmedI(), and chVTObjectInit().

◆ par

void* ch_virtual_timer::par

Timer callback function parameter.

Definition at line 325 of file chschd.h.

Referenced by chVTDoSetI(), and chVTDoTickI().