FreeCalypso > hg > fc-magnetite
comparison src/ui3/mfw/ti1_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:: ti1_tmr.h $| | |
4 | $Author:: Es $ CONDAT GmbH $Revision:: 3 $| | |
5 | CREATED: 28.01.99 $Modtime:: 20.05.99 10:50 $| | |
6 | STATE : code | | |
7 +--------------------------------------------------------------------+ | |
8 | |
9 MODULE : TI1_TMR | |
10 | |
11 PURPOSE : timer driver (TI1 VERSION) | |
12 | |
13 EXPORT : | |
14 | |
15 TO DO : | |
16 | |
17 $History:: ti1_tmr.h $ | |
18 * | |
19 * ***************** Version 3 ***************** | |
20 * User: Es Date: 14.06.99 Time: 12:15 | |
21 * Updated in $/GSM/DEV/MS/SRC/MFW | |
22 * | |
23 * ***************** Version 2 ***************** | |
24 * User: Es Date: 17.02.99 Time: 20:00 | |
25 * Updated in $/GSM/DEV/MS/SRC/MFW | |
26 * | |
27 * ***************** Version 1 ***************** | |
28 * User: Es Date: 9.02.99 Time: 14:54 | |
29 * Created in $/GSM/DEV/MS/SRC/MFW | |
30 * TI display & keyboard interface for MFW | |
31 */ | |
32 | |
33 #ifndef _DEF_TI1_TMR_H_ | |
34 #define _DEF_TI1_TMR_H_ | |
35 | |
36 #define TMR_PREC 10 | |
37 #if defined (_TMS470) | |
38 #define TMR_TICK 46 /* ti hardware time */ | |
39 #else | |
40 #define TMR_TICK 500 /* use dos ticks */ | |
41 #endif | |
42 | |
43 #endif |