RTI Control Registers
453
SPNU503C – March 2018
Copyright © 2018, Texas Instruments Incorporated
Real-Time Interrupt (RTI) Module
13.3.15 RTI Compare 0 Register (RTICOMP0)
The compare 0 register holds the value to be compared with the counters. This register is shown in
and described in
.
Figure 13-26. RTI Compare 0 Register (RTICOMP0) [offset = 50h]
31
16
COMP0
R/WP-0
15
0
COMP0
R/WP-0
LEGEND: R/W = Read/Write; WP = Write in privileged mode only; -
n
= value after reset
Table 13-16. RTI Compare 0 Register (RTICOMP0) Field Descriptions
Bit
Field
Value
Description
31-0
COMP0
0-FFFF FFFFh
Compare 0. This registers holds a value that is compared with the counter selected in the
compare control logic. If RTIFRC0 or RTIFRC1, depending on the counter selected, matches
the compare value, an interrupt is flagged. With this register it is also possible to initiate a DMA
request.
A read of this register will return the current compare value.
A write to this register (in privileged mode only) will update the compare register with a new
compare value.
13.3.16 RTI Update Compare 0 Register (RTIUDCP0)
The update compare 0 register holds the value to be added to the compare register 0 value on a compare
match. This register is shown in
and described in
Figure 13-27. RTI Update Compare 0 Register (RTIUDCP0) [offset = 54h]
31
16
UDCP0
R/WP-0
15
0
UDCP0
R/WP-0
LEGEND: R/W = Read/Write; WP = Write in privileged mode only; -
n
= value after reset
Table 13-17. RTI Update Compare 0 Register (RTIUDCP0) Field Descriptions
Bit
Field
Value
Description
31-0
UDCP0
0-FFFF FFFFh
Update compare 0. This register holds a value that is added to the value in the compare 0
(RTICOMP0) register each time a compare matches. This function allows periodic interrupts to
be generated without software intervention.
A read of this register will return the value to be added to the RTICOMP0 register on the next
compare match.
A write to this register will provide a new update value.