RTI Control Registers
449
SPNU503C – March 2018
Copyright © 2018, Texas Instruments Incorporated
Real-Time Interrupt (RTI) Module
13.3.9 RTI Capture Up Counter 0 Register (RTICAUC0)
The capture up counter 0 register holds the current value of prescale counter 0 on external events. This
register is shown in
and described in
.
Figure 13-20. RTI Capture Up Counter 0 Register (RTICAUC0) [offset = 24h]
31
16
CAUC0
R-0
15
0
CAUC0
R-0
LEGEND: R = Read only; -
n
= value after reset
Table 13-10. RTI Capture Up Counter 0 Register (RTICAUC0) Field Descriptions
Bit
Field
Value
Description
31-0
CAUC0
0-FFFF FFFFh
Capture up counter 0. This register captures the current value of the up counter 0 (RTIUC0)
when an event occurs, controlled by the external capture control block.
Note: The read sequence must be the same as with RTIUC0 and RTIFRC0. Therefore, the
RTICAFRC0 register must be read before the RTICAUC0 register is read. This sequence
ensures that the value of the RTICAUC0 register is the corresponding value to the
RTICAFRC0 register, even if another capture event happens in between the two reads.
A read of this register returns the value of RTIUC0 on a capture event.
13.3.10 RTI Free Running Counter 1 Register (RTIFRC1)
The free running counter 1 register holds the current value of the free running counter 1. This register is
shown in
and described in
.
Figure 13-21. RTI Free Running Counter 1 Register (RTIFRC1) [offset = 30h]
31
16
FRC1
R/WP-0
15
0
FRC1
R/WP-0
LEGEND: R/W = Read/Write; WP = Write in privileged mode only; -
n
= value after reset
Table 13-11. RTI Free Running Counter 1 Register (RTIFRC1) Field Descriptions
Bit
Field
Value
Description
31-0
FRC1
0-FFFF FFFFh
Free running counter 1. This register holds the current value of the free running counter 1 and
will be updated continuously.
A read of this register returns the current value of the counter.
A write to this register presets the counter. The counter increments then from this written value
upwards.
Note: If counters must be preset, they must be disabled in the RTIGCTRL register to
ensure consistency between RTIUC1 and RTIFRC1.