ChibiOS/RT Logo ChibiOS/RT

Architecture - Reference Manual - Guides

Functions | Variables

chvt.c File Reference

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.

Detailed Description

Time and Virtual Timers related code.

Definition in file chvt.c.


Generated on Sun Nov 28 2010 14:09:50 for ChibiOS/RT by doxygen 1.7.1