![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Events Generator Timer structures and macros. More...
Go to the source code of this file.
Data Structures | |
| struct | EvTimer |
| Event timer structure. More... | |
Defines | |
| #define | evtInit(etp, time) |
Initializes an EvTimer structure. | |
Functions | |
| void | evtStart (EvTimer *etp) |
| Starts the timer. | |
| void | evtStop (EvTimer *etp) |
| Stops the timer. | |
Events Generator Timer structures and macros.
Definition in file evtimer.h.
1.7.1