|
ChibiOS/RT
6.1.4
|
Structure representing a Virtual Timer. More...
#include <chschd.h>

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... | |
| 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().
| 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().
| void* ch_virtual_timer::par |
Timer callback function parameter.
Definition at line 325 of file chschd.h.
Referenced by chVTDoSetI(), and chVTDoTickI().