FreeCalypso > hg > fc-magnetite
comparison src/ui3/mfw/drv_tmr.h @ 420:e8ddbb0837ed
src/ui3: initial import of TCS3/LoCosto BMI & MFW code
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 21 Jan 2018 03:09:00 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
419:59143cd42ec7 | 420:e8ddbb0837ed |
---|---|
1 /* | |
2 +--------------------------------------------------------------------+ | |
3 | PROJECT: MMI-Framework (8417) $Workfile:: drv_tmr.h $| | |
4 | $Author:: Es $ CONDAT GmbH $Revision:: 3 $| | |
5 | CREATED: 21.09.98 $Modtime:: 11.06.99 13:36 $| | |
6 | STATE : code | | |
7 +--------------------------------------------------------------------+ | |
8 | |
9 MODULE : DRV_TMR | |
10 | |
11 PURPOSE : timer driver interface definitions | |
12 | |
13 EXPORT : | |
14 | |
15 TO DO : | |
16 | |
17 $History:: drv_tmr.h $ | |
18 * | |
19 * ***************** Version 3 ***************** | |
20 * User: Es Date: 14.06.99 Time: 12:13 | |
21 * Updated in $/GSM/DEV/MS/SRC/MFW | |
22 * | |
23 * ***************** Version 2 ***************** | |
24 * User: Es Date: 23.12.98 Time: 16:19 | |
25 * Updated in $/GSM/DEV/MS/SRC/MFW | |
26 */ | |
27 | |
28 #ifndef _DEF_DRV_TMR_H_ | |
29 #define _DEF_DRV_TMR_H_ | |
30 | |
31 int tmrInit (void (*s)(void)); | |
32 int tmrExit (void); | |
33 void tmrStart (U32 ms); | |
34 U32 tmrStop (void); | |
35 U32 tmrLeft (void); | |
36 | |
37 #endif |