![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Time and Virtual Timers related code. More...
#include "ch.h"Go to the source code of this file.
Functions | |
| void | vt_init (void) |
| Virtual Timers initialization. | |
| void | chVTSetI (VirtualTimer *vtp, systime_t time, vtfunc_t vtfunc, void *par) |
| Enables a virtual timer. | |
| void | chVTResetI (VirtualTimer *vtp) |
| Disables a Virtual Timer. | |
| bool_t | chTimeIsWithin (systime_t start, systime_t end) |
| Checks if the current system time is within the specified time window. | |
Variables | |
| VTList | vtlist |
| Virtual timers delta list header. | |
Time and Virtual Timers related code.
Definition in file chvt.c.
1.7.1