Inheritance diagram for Timer:
Public Member Functions | |
~Timer () | |
void | SetCallback (TimerCallback *) |
BOOL | Enable (uint32 _millisec=0) |
void | Disable () |
BOOL | SetSpeed (uint32 _millisec) |
uint32 | GetSpeed () |
Public Attributes | |
volatile uint32 | Counter |
BOOL | Enabled |
Definition at line 8 of file timer.hpp.