Timer manage header file. More...
Go to the source code of this file.
Data Structures | |
| struct | tmrCtrl |
| Timer control block. More... | |
Defines | |
| #define | TMR_STATE_RUNNING 0 |
| #define | TMR_STATE_STOPPED 1 |
Functions | |
| void | TmrDispose (void) |
Variables | |
| P_TmrCtrl | TmrList |
Timer manage header file.
This file including some declares and defines related to timer management.
INTERNAL FILE,DON'T PUBLIC.
Definition in file OsTimer.h.
| void TmrDispose | ( | void | ) |
Timer counter function.