summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin/include/coreTimerRegs.h
blob: c5b257783c84a7eb504da64c816d4c7e6595a77e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*  Blackfin Core Timer Registers
 *
 *  Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
 *             written by Allan Hessenflow <allanh@kallisti.com>
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 */

#ifndef _coreTimerRegs_h_
#define _coreTimerRegs_h_

/* register addresses */

#define TCNTL                                     0xffe03000
#define TPERIOD                                   0xffe03004
#define TSCALE                                    0xffe03008
#define TCOUNT                                    0xffe0300c


/* register fields */

#define TCNTL_TINT                                0x00000008
#define TCNTL_TAUTORLD                            0x00000004
#define TCNTL_TMREN                               0x00000002
#define TCNTL_TMPWR                               0x00000001

#endif /* _coreTimerRegs_h_ */