Product Specs

Table Of Contents
24 TIMER Timer/counter
Page
236
TASKS_CLEAR 0x00C Clear time
TASKS_CAPTURE[2] 0x048 Capture Timer value to CC[2] register
EVENTS_COMPARE[0] 0x140 Compare event on CC[0] match
EVENTS_COMPARE[4] 0x150 Compare event on CC[4] match
INTENCLR 0x308 Disable interrupt
CC[0] 0x540 Capture/Compare register 0
CC[4] 0x550 Capture/Compare register 4
Register
Offset
Description
TASKS_STOP
0x004
Stop Timer
TASKS_COUNT 0x008 Increment Timer (Counter mode only)
TASKS_SHUTDOWN 0x010 Shut down timer Deprecated
TASKS_CAPTURE[0] 0x040 Capture Timer value to CC[0] register
TASKS_CAPTURE[1] 0x044 Capture Timer value to CC[1] register
TASKS_CAPTURE[3] 0x04C Capture Timer value to CC[3] register
TASKS_CAPTURE[4] 0x050 Capture Timer value to CC[4] register
TASKS_CAPTURE[5] 0x054 Capture Timer value to CC[5] register
EVENTS_COMPARE[1] 0x144 Compare event on CC[1] match
EVENTS_COMPARE[2] 0x148 Compare event on CC[2] match
EVENTS_COMPARE[3] 0x14C Compare event on CC[3] match
EVENTS_COMPARE[5] 0x154 Compare event on CC[5] match
SHORTS 0x200 Shortcut register
INTENSET 0x304 Enable interrupt
MODE 0x504 Timer mode selection
BITMODE 0x508 Configure the number of bits used by the TIMER
PRESCALER 0x510 Timer prescaler register
CC[1] 0x544 Capture/Compare register 1
CC[2] 0x548 Capture/Compare register 2
CC[3] 0x54C Capture/Compare register 3
CC[5] 0x554 Capture/Compare register 5
24.5.1 SHORTS
Address offset: 0x200
Shortcut register
Bit number
Id
Reset 0x00000000
31 30
0 0
29
0
28
0
27
0
26
0
25
0
24
0
23 22 21 20
0 0 0 0
19
0
18
0
17
0
16
0
15
0
14
0
13
L
0
12
K
0
11
J
0
10
I
0
9
H
0
8
G
0
7
0
6
0
5
F
0
4
E
0
3
D
0
2
C
0
1
B
0
0
A
0
Id RW Field
Value Id
Value
Description
A
RW
COMPARE0_CLEAR
Shortcut between COMPARE[0] event and CLEAR task
See EVENTS_COMPARE[0] and TASKS_CLEAR
Disabled
0
Disable shortcut
Enabled
1
Enable shortcut
B
RW
COMPARE1_CLEAR
Shortcut between COMPARE[1] event and CLEAR task
Disabled
0
See EVENTS_COMPARE[1] and TASKS_CLEAR
Disable shortcut
Enabled
1
Enable shortcut
C
RW
COMPARE2_CLEAR
Shortcut between COMPARE[2] event and CLEAR task
Disabled
0
See EVENTS_COMPARE[2] and TASKS_CLEAR
Disable shortcut
Enabled
1
Enable shortcut
D
RW
COMPARE3_CLEAR
Shortcut between COMPARE[3] event and CLEAR task
Disabled
0
See EVENTS_COMPARE[3] and TASKS_CLEAR
Disable shortcut
Enabled
1
Enable shortcut
E
RW
COMPARE4_CLEAR
Shortcut between COMPARE[4] event and CLEAR task
See EVENTS_COMPARE[4] and TASKS_CLEAR