comparison g23m/condat/ms/src/mfw/ti1_tmr.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
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