![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Events Generator Timer code. More...
#include "ch.h"#include "evtimer.h"Go to the source code of this file.
Functions | |
| void | evtStart (EvTimer *etp) |
| Starts the timer. | |
| void | evtStop (EvTimer *etp) |
| Stops the timer. | |
Events Generator Timer code.
Definition in file evtimer.c.
1.7.1