|
ChibiOS/RT
2.5.1 |
Virtual timers list header.
#include <chvt.h>

Data Fields | |
| VirtualTimer * | vt_next |
| Next timer in the delta list. | |
| VirtualTimer * | vt_prev |
| Last timer in the delta list. | |
| systime_t | vt_time |
| Must be initialized to -1. | |
| volatile systime_t | vt_systime |
| System Time counter. | |
Next timer in the delta list.
Definition at line 109 of file chvt.h.
Referenced by _vt_init(), and chVTSetI().
| volatile systime_t VTList::vt_systime |