18.4.13 Timer 64 Control Register

Table 18-17. TIM64_CTRL
Bit NumberNameR/WReset ValueDescription
31:3ReservedR/W0Software should not rely on the value of a reserved bit. To provide compatibility with future products, the value of a reserved bit should be preserved across a read-modify-write operation.
2TIM64INTENR/W0Timer 64 interrupt enable. When the counter reaches zero, an interrupt is signaled to the Cortex-M3 processor NVIC.

0: Timer 64 interrupt disabled

1: Timer 64 interrupt enabled

1TIM64MODER/W0Timer 64 mode.

0: Timer 64 in Periodic mode

If TIM64ENABLE = 1 when the counter reaches zero, the counter is reloaded from the value in the TIM64_LOADVAL_U and TIM64_LOADVAL_L registers and starts the counting down.

1: Timer 64 in One-shot mode

If TIM64ENABLE = 1 when the counter reaches zero, the counter stops counting. To restart the counter, load TIM64_LOADVAL_U and TIM64_LOADVAL_L with a non-zero value or set the Timer to Periodic mode by clearing TIM64MODE to 0.

0TIM64ENABLER/W0Timer 64 enable.

0: Timer 64 disabled

1: Timer 64 enabled

Writing this register when the Timer is set to 32-bit mode has no effect. Reading this register when the Timer is set to 32-bit mode returns the reset value.