3.10.7.2.1.6 T1MR – Timer1 Mode Register

Name: T1MR
Offset: 0x071
Reset: 0x00

This register must only be modified while the timer is disabled (T1CR.T1ENA = 0). Modifying the bits during operation leads to unpredictable operation.

Bit 76543210 
 T1DC[1:0]T1PS[3:0]T1CS[1:0] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 00000000 

Bits 7:6 – T1DC[1:0] Timer1 Duty Cycle

The T1DC1 and T1DC0 bits select the duty cycle mode of the duty cycle generator as shown in the following table.
Table 3-90. Timer1 Duty Cycle Bit Description
T1DC1T1DC0Function of the Duty Cycle GeneratorAdditional Divider Effect
00Bypassed (DCG0)1
01Duty cycle 1/1 (DCG1)2
10Duty cycle 1/2 (DCG2)3
11Duty cycle 1/3 (DCG3)4
Figure 3-72. DCG Output Signals

Bits 5:2 – T1PS[3:0] Timer1 Prescaler Select

The T1PS[3:0] bits select the prescaler value of Timer1 as shown in the following formulas:
prescalerValue=2T2PS[3:0]......(47)

CL1PFrequency=CL1FrequencyprescalerValue=CL1Frequency2T2PS[3:0]......(48)

T1PS[3:0] ∈ {0..15}

Bits 1:0 – T1CS[1:0] Timer1 Clock Select

The T1CS[1:0] bits select the input clock (CL1) of Timer1 as shown in the following table.
Table 3-91. Timer1 Input Clock Select Bit Description
T1CS[1:0]Input Clock (CL1) of Timer
00CLKSRC
01CLKVDIV
10CLKT
11CLKXTO4