SWCU195A December 2024 – May 2025 CC2744R7-Q1 , CC2745P10-Q1 , CC2745R10-Q1 , CC2745R7-Q1 , CC2755P10 , CC2755R10
Table 15-1 lists the memory-mapped registers for the SYSTIM registers. All register offset addresses not listed in Table 15-1 should be considered as reserved locations and the register contents should not be modified.
| Offset | Acronym | Register Name | Section |
|---|---|---|---|
| 0h | DESC | Module Description | Section 15.4.1 |
| 44h | IMASK | Interrupt mask | Section 15.4.2 |
| 48h | RIS | Raw interrupt status | Section 15.4.3 |
| 4Ch | MIS | Masked interrupt status | Section 15.4.4 |
| 50h | ISET | Interrupt set | Section 15.4.5 |
| 54h | ICLR | Interrupt clear | Section 15.4.6 |
| 58h | IMSET | Interrupt mask set | Section 15.4.7 |
| 5Ch | IMCLR | Interrupt mask clear | Section 15.4.8 |
| 60h | EMU | Emulation | Section 15.4.9 |
| 100h | TIME250N | Systime Count Value [31:0] | Section 15.4.10 |
| 104h | TIME1U | Systime Count Value [33:2] | Section 15.4.11 |
| 108h | OUT | channel's Ouput Value | Section 15.4.12 |
| 10Ch | CH0CFG | channel0 Configuration. | Section 15.4.13 |
| 110h | CH1CFG | channel1 Configuration. | Section 15.4.14 |
| 114h | CH2CFG | channel2 Configuration. | Section 15.4.15 |
| 118h | CH3CFG | channel3 Configuration. | Section 15.4.16 |
| 11Ch | CH4CFG | channel4 Configuration. | Section 15.4.17 |
| 120h | CH0CC | Channel 0 Capture/Compare Value | Section 15.4.18 |
| 124h | CH1CC | Channel 1 Capture/Compare Value | Section 15.4.19 |
| 128h | CH2CC | Channel 2 Capture/Compare Value | Section 15.4.20 |
| 12Ch | CH3CC | Channel 3 Capture/Compare Value | Section 15.4.21 |
| 130h | CH4CC | Channel 4 Capture/Compare Value | Section 15.4.22 |
| 134h | TIMEBIT | Systimer's Time bit | Section 15.4.23 |
| 140h | STATUS | Timer Status | Section 15.4.24 |
| 144h | ARMSET | Channel arming set | Section 15.4.25 |
| 148h | ARMCLR | Channel Arming clear | Section 15.4.26 |
| 14Ch | CH0CCSR | Channel 0 Save/Restore Value | Section 15.4.27 |
| 150h | CH1CCSR | Channel 1 Save/Restore Value | Section 15.4.28 |
| 154h | CH2CCSR | Channel 2 Save/Restore Value | Section 15.4.29 |
| 158h | CH3CCSR | Channel 3 Save/Restore Value | Section 15.4.30 |
| 15Ch | CH4CCSR | Channel 4 Save/Restore Value | Section 15.4.31 |
| 160h | CH5CCSR | Channel 5 Save/Restore Value | Section 15.4.32 |
| 164h | CH5CFG | channel5 Configuration. | Section 15.4.33 |
| 168h | CH5CC | Channel 5 Capture/Compare Value | Section 15.4.34 |
Complex bit access types are encoded to fit into small table cells. Table 15-2 shows the codes that are used for access types in this section.
| Access Type | Code | Description |
|---|---|---|
| Read Type | ||
| R | R | Read |
| Write Type | ||
| W | W | Write |
| Reset or Default Value | ||
| -n | Value after reset or the default value | |
DESC is shown in Table 15-3.
Return to the Summary Table.
Description.
This register identifies the peripheral and its exact version.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | MODID | R | 9443h | Module identifier used to uniquely identify this IP. |
| 15-12 | STDIPOFF | R | 1h | Standard IP MMR block offset. Standard IP MMRs are the set of from aggregated IRQ registers till DTB. 0: Standard IP MMRs do not exist 0x1-0xF: Standard IP MMRs begin at offset of (64*STDIPOFF from the base IP address) |
| 11-8 | INSTIDX | R | 0h | IP Instance ID number. If multiple instances of IP exists in SOC, this field can identify the instance number 0-15 |
| 7-4 | MAJREV | R | 1h | Major revision of IP 0-15 |
| 3-0 | MINREV | R | 0h | Minor revision of IP 0-15. |
IMASK is shown in Table 15-4.
Return to the Summary Table.
Interrupt mask.
This register selects interrupt sources which are allowed to pass from RIS to MIS when the corresponding bit-fields are set to 1.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | Reserved |
| 6 | OVFL | R/W | 0h | Systimer counter overflow event interrupt mask.
|
| 5 | EV5 | R/W | 0h | Systimer channel 5 event interrupt mask.
|
| 4 | EV4 | R/W | 0h | Systimer channel 4 event interrupt mask.
|
| 3 | EV3 | R/W | 0h | Systimer channel 3 event interrupt mask.
|
| 2 | EV2 | R/W | 0h | Systimer channel 2 event interrupt mask.
|
| 1 | EV1 | R/W | 0h | Systimer channel 1 event interrupt mask.
|
| 0 | EV0 | R/W | 0h | Systimer channel 0 event interrupt mask.
|
RIS is shown in Table 15-5.
Return to the Summary Table.
Raw interrupt status.
This register reflects the state of all pending interrupts, regardless of masking. This register allows the user to implement a poll scheme. A flag set in this register can be cleared by writing 1 to the corresponding ICLR register bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | Reserved |
| 6 | OVFL | R | 0h | Raw interrupt status for Systimer counter overflow event. This bit is set to 1 when an event is received on SysTimer Overflow occurs.
|
| 5 | EV5 | R | 0h | Raw interrupt status for channel 5 event. This bit is set to 1 when a CAPTURE or COMPARE event is received on channel 5.
|
| 4 | EV4 | R | 0h | Raw interrupt status for channel 4 event. This bit is set to 1 when a CAPTURE or COMPARE event is received on channel 4.
|
| 3 | EV3 | R | 0h | Raw interrupt status for channel 3 event. This bit is set to 1 when a CAPTURE or COMPARE event is received on channel 3.
|
| 2 | EV2 | R | 0h | Raw interrupt status for channel 2 Event. This bit is set to 1 when a CAPTURE or COMPARE event is received on channel 2.
|
| 1 | EV1 | R | 0h | Raw interrupt status for channel 1 event. This bit is set to 1 when a CAPTURE or COMPARE event is received on channel 1.
|
| 0 | EV0 | R | 0h | Raw interrupt status for channel 0 event. This bit is set to 1 when a CAPTURE or COMPARE event is received on channel 0.
|
MIS is shown in Table 15-6.
Return to the Summary Table.
Masked interrupt status.
This register is simply a bitwise AND of the contents of IMASK and RIS.*] registers. A flag set in this register can be cleared by writing 1 to the corresponding ICLR register bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | Reserved |
| 6 | OVFL | R | 0h | Mask Interrupt status for Systimer counter overflow Event in MIS register.
|
| 5 | EV5 | R | 0h | Mask interrupt status for channel 5 event.
|
| 4 | EV4 | R | 0h | Mask interrupt status for channel 4 event.
|
| 3 | EV3 | R | 0h | Mask interrupt status for channel 3 event.
|
| 2 | EV2 | R | 0h | Mask interrupt status for channel 2 event.
|
| 1 | EV1 | R | 0h | Mask interrupt status for channel 1 event.
|
| 0 | EV0 | R | 0h | Mask interrupt status for channel 0 event.
|
ISET is shown in Table 15-7.
Return to the Summary Table.
Interrupt set.
This register can used by software for diagnostics and safety checking purposes. Writing a 1 to a bit in this register will set the event and the corresponding RIS bit also gets set. If the corresponding IMASK bit is set, then the corresponding MIS register bit also gets set.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | Reserved |
| 6 | OVFL | W | 0h | Sets Systimer counter overflow interrupt.
|
| 5 | EV5 | W | 0h | Sets channel 5 interrupt.
|
| 4 | EV4 | W | 0h | Sets channel 4 interrupt.
|
| 3 | EV3 | W | 0h | Sets channel 3 interrupt.
|
| 2 | EV2 | W | 0h | Sets channel 2 interrupt.
|
| 1 | EV1 | W | 0h | Sets channel 1 interrupt.
|
| 0 | EV0 | W | 0h | Sets channel 0 interrupt.
|
ICLR is shown in Table 15-8.
Return to the Summary Table.
Interrupt clear.
'This register allows software to clear interrupts. Writing a 1 to a bit in this register will clear the event and the corresponding RIS bit also gets cleared. If the corresponding IMASK bit is set, then the corresponding MIS register bit also gets cleared.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | Reserved |
| 6 | OVFL | W | 0h | Clears Systimer counter overflow interrupt.
|
| 5 | EV5 | W | 0h | Clears channel 5 interrupt.
|
| 4 | EV4 | W | 0h | Clears channel 4 interrupt.
|
| 3 | EV3 | W | 0h | Clears channel 3 interrupt.
|
| 2 | EV2 | W | 0h | Clears channel 2 interrupt.
|
| 1 | EV1 | W | 0h | Clears channel 1 interrupt.
|
| 0 | EV0 | W | 0h | Clears channel 0 interrupt.
|
IMSET is shown in Table 15-9.
Return to the Summary Table.
Interrupt mask set.
Writing a 1 to a bit in this register will set the corresponding IMASK bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | Reserved |
| 6 | OVFL | W | 0h | Sets Timer Overflow Event Interrupt Mask.
|
| 5 | EV5 | W | 0h | Sets channel5 Event Interrupt mask
|
| 4 | EV4 | W | 0h | Sets channel4 Event Interrupt mask
|
| 3 | EV3 | W | 0h | Sets channel3 Event Interrupt mask
|
| 2 | EV2 | W | 0h | Sets channel2 Event Interrupt mask
|
| 1 | EV1 | W | 0h | Sets channel1 Event Interrupt mask
|
| 0 | EV0 | W | 0h | Sets channel0 Event Interrupt mask
|
IMCLR is shown in Table 15-10.
Return to the Summary Table.
Interrupt mask clear.
Writing a 1 to a bit in this register will clear the corresponding IMASK bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | Reserved |
| 6 | OVFL | W | 0h | Clears Timer Overflow Event Interrupt Mask.
|
| 5 | EV5 | W | 0h | Clears channel5 Event Interrupt Mask.
|
| 4 | EV4 | W | 0h | Clears channel4 Event Interrupt Mask.
|
| 3 | EV3 | W | 0h | Clears channel3 Event Interrupt Mask.
|
| 2 | EV2 | W | 0h | Clears channel2 Event Interrupt Mask.
|
| 1 | EV1 | W | 0h | Clears channel1 Event Interrupt Mask.
|
| 0 | EV0 | W | 0h | Clears channel0 Event Interrupt Mask.
|
EMU is shown in Table 15-11.
Return to the Summary Table.
Emulation control.
This register controls the behavior of the IP related to core halted input.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-1 | RESERVED | R | 0h | Reserved |
| 0 | HALT | R/W | 0h | Halt control.
|
TIME250N is shown in Table 15-12.
Return to the Summary Table.
Systimer Counter Value - 250ns resolution.
This 32-bit value reads out bits [31:0] of the systimer counter. The counter is 34-bit and runs on CLKSVT/12. It maintains a resolution of 250ns with a range of about 17.9m.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R | 0h | 32-bit counter value [31:0]. This will provide a 250ns resolution and a range of 17.9m. |
TIME1U is shown in Table 15-13.
Return to the Summary Table.
Systimer Counter Value - 1μs resolution
This 32-bit value reads out bits[33:2] of the systimer counter. The counter is 34-bit and runs on CLKSVT/12. It maintains a resolution of 1us with a range of about 1 h 11m.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R | 0h | 32-bit counter value [33:2]. This will provide a resolution of 1us and a range of 1hr and 11m. |
OUT is shown in Table 15-14.
Return to the Summary Table.
Systimer's channel Output Event Values
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-6 | RESERVED | R | 0h | Reserved |
| 5 | OUT5 | R | 0h | Output Value of channel 5.
|
| 4 | OUT4 | R | 0h | Output Value of channel 4.
|
| 3 | OUT3 | R | 0h | Output Value of channel 3.
|
| 2 | OUT2 | R | 0h | Output Value of channel 2.
|
| 1 | OUT1 | R | 0h | Output Value of channel 1.
|
| 0 | OUT0 | R | 0h | Output Value of channel 0.
|
CH0CFG is shown in Table 15-15.
Return to the Summary Table.
Systimer channel 0 configuration.
This channel has configurability for 250ns and 1us based capture and compare operations.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-5 | RESERVED | R | 0h | Reserved |
| 4 | RES | R/W | 0h | This bit decides the RESOLUTION of the channel that will be used.
|
| 3 | REARM | R/W | 0h | When Rearm is enabled the channel remains in continous capture mode. Otherwise it'll be in one shot capture mode. Rearm is only valid for capture mode.
|
| 2-1 | INP | R/W | 0h | Decides the channel input signal's mode. Setting the Value as 2'b11 selects the Rise Function.
|
| 0 | MODE | R/W | 0h | Decides the channel mode.
|
CH1CFG is shown in Table 15-16.
Return to the Summary Table.
Systimer channel 1 configuration.
This channel works in 1us based capture and compare operations.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | REARM | R/W | 0h | When Rearm is enabled the channel remains in continous capture mode. Otherwise it'll be in one shot capture mode. Rearm is only valid for capture mode.
|
| 2-1 | INP | R/W | 0h | Decides the channel input signal's mode. Setting the Value as 2'b11 selects the Rise Function
|
| 0 | MODE | R/W | 0h | Decides the channel mode.
|
CH2CFG is shown in Table 15-17.
Return to the Summary Table.
Systimer channel 2 configuration.
This channel works in 250ns based capture and compare operations.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | REARM | R/W | 0h | When Rearm is enabled the channel remains in continous capture mode. Otherwise it'll be in one shot capture mode. Rearm is only valid for capture mode.
|
| 2-1 | INP | R/W | 0h | Decides the channel input signal's mode. Setting the Value as 2'b11 selects the Rise Function
|
| 0 | MODE | R/W | 0h | Decides the channel mode.
|
CH3CFG is shown in Table 15-18.
Return to the Summary Table.
Systimer channel 3 configuration.
This channel works in 250ns based capture and compare operations.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | REARM | R/W | 0h | When Rearm is enabled the channel remains in continous capture mode. Otherwise it'll be in one shot capture mode. Rearm is only valid for capture mode.
|
| 2-1 | INP | R/W | 0h | Decides the channel input signal's mode. Setting the Value as 2'b11 selects the Rise Function
|
| 0 | MODE | R/W | 0h | Decides the channel mode.
|
CH4CFG is shown in Table 15-19.
Return to the Summary Table.
Systimer channel 4 configuration.
This channel works in 250ns based capture and compare operations.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | REARM | R/W | 0h | When Rearm is enabled the channel remains in continous capture mode. Otherwise it'll be in one shot capture mode. Rearm is only valid for capture mode.
|
| 2-1 | INP | R/W | 0h | Decides the channel input signal's mode. Setting the Value as 2'b11 selects the Rise Function
|
| 0 | MODE | R/W | 0h | Decides the channel mode.
|
CH0CC is shown in Table 15-20.
Return to the Summary Table.
System Timer channel 0 Capture/Compare register.
This register when written with any compare value will arm the channel to work in compare mode. Reads to this register will clear the Corresponding RIS.EV0 bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH1CC is shown in Table 15-21.
Return to the Summary Table.
System Timer channel 1 Capture/Compare register.
This register when written with any compare value will arm the channel to work in compare mode. Reads to this register will clear the Corresponding RIS.EV1 bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH2CC is shown in Table 15-22.
Return to the Summary Table.
System Timer channel 2 Capture/Compare register.
This register when written with any compare value will arm the channel to work in compare mode. Reads to this register will clear the Corresponding RIS.EV2 bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH3CC is shown in Table 15-23.
Return to the Summary Table.
System Timer channel 3 Capture/Compare register.
This register when written with any compare value will arm the channel to work in compare mode. Reads to this register will clear the Corresponding RIS.EV3 bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH4CC is shown in Table 15-24.
Return to the Summary Table.
System Timer channel 4 Capture/Compare register.
This register when written with any compare value will arm the channel to work in compare mode. Reads to this register will clear the Corresponding RIS.EV4 bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
TIMEBIT is shown in Table 15-25.
Return to the Summary Table.
Systimer's Time bit.
This Register will be used to specify which TIME bit is required by LGPT to be forwarded from SYSTIMER.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | VAL | R/W | 0h | The corresponding bit will have value '1' rest should be '0'. If more than one bit is asserted, output is "or" of all the bits.
|
STATUS is shown in Table 15-26.
Return to the Summary Table.
Systimer status.
This register can be used to read the running status of the timer and to resync the Systimer with RTC.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-5 | RESERVED | R | 0h | Reserved |
| 4 | SYNCUP | R/W | 1h | This bit indicates sync status of Systimer with RTC. The bitfield has a reset value of '1', which gets cleared to '0' after the Systimer synchronizes with RTC on the first LFTICK edge. A write to this bit resynchronizes the Systimer with RTC on the next LFTICK edge. A read value of '1' indicates the synchronization is ongoing and a read of '0' indicates the synchronization is done. |
| 3-1 | RESERVED | R | 0h | Reserved |
| 0 | VAL | R | 0h | This bit indicates if the system time is initialized and running.
|
ARMSET is shown in Table 15-27.
Return to the Summary Table.
ARMSET
Reading this register gives out the status of the 5 channels.
Channel state UNARMED returns 0.
Channel state CAPTURE or COMPARE returns 1.
A write to ARMSET has for each channel the following effect -
If ARMSTA[x]==0 -> no effect
If ARMSTA[x]==1 and channel x is in CAPTURE state then no effect on the channel
Else, set channel in COMPARE mode using existing CHxVAL value
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-6 | RESERVED | R | 0h | Reserved |
| 5 | CH5 | R/W | 0h | Arming channel 5 for either compare or capture operation.
|
| 4 | CH4 | R/W | 0h | Arming channel 4 for either compare or capture operation.
|
| 3 | CH3 | R/W | 0h | Arming channel 3 for either compare or capture operation.
|
| 2 | CH2 | R/W | 0h | Arming channel 2 for either compare or capture operation.
|
| 1 | CH1 | R/W | 0h | Arming channel 1 for either compare or capture operation.
|
| 0 | CH0 | R/W | 0h | Arming channel 0 for either compare or capture operation.
|
ARMCLR is shown in Table 15-28.
Return to the Summary Table.
ARMCLR
Read of this register gives out the status of the 5 channels .
Channel state UNARMED returns 0.
Channel state CAPTURE or COMPARE returns 1.
A write to ARMCLR has for each channel the following effect -
If ARMCLR[x]==0 -> no effect.
Else, set channel in UNARMED state without triggering event unless a compare/capture event happens in the same cycle
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-6 | RESERVED | R | 0h | Reserved |
| 5 | CH5 | R/W | 0h | Disarming channel 5
|
| 4 | CH4 | R/W | 0h | Disarming channel 4
|
| 3 | CH3 | R/W | 0h | Disarming channel 3
|
| 2 | CH2 | R/W | 0h | Disarming channel 2
|
| 1 | CH1 | R/W | 0h | Disarming channel 1
|
| 0 | CH0 | R/W | 0h | Disarming channel 0
|
CH0CCSR is shown in Table 15-29.
Return to the Summary Table.
Save/restore alias register for channel 0.
A read to this register, will give out the value of register CH0CC. Moreover, reads to this register will not have any effects on RIS.EV0 or configuration of the channel.
Write to CH0CCSR sets CH0CC.VAL value of register without affecting channel state or configuration
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH1CCSR is shown in Table 15-30.
Return to the Summary Table.
Save/restore alias register for channel 1.
A read to this register, will give out the value of register CH1CC. Moreover, reads to this register will not have any effects on RIS.EV1 or configuration of the channel.
Write to CH1CCSR sets CH1CC.VAL value of register without affecting channel state or configuration.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH2CCSR is shown in Table 15-31.
Return to the Summary Table.
Save/restore alias register for channel 2.
A read to this register, will give out the value of register CH2CC. Moreover, reads to this register will not have any effects on RIS.EV2 or configuration of the channel.
Write to CH2CCSR sets CH2CC.VAL value of register without affecting channel state or configuration.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH3CCSR is shown in Table 15-32.
Return to the Summary Table.
Save/restore alias register for channel 3.
A read to this register, will give out the value of register CH3CC. Moreover, reads to this register will not have any effects on RIS.EV3 or configuration of the channel.
Write to CH3CCSR sets CH3CC.VAL value of register without affecting channel state or configuration.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH4CCSR is shown in Table 15-33.
Return to the Summary Table.
Save/restore alias register for channel 4.
A read to this register, will give out the value of register CH4CC. Moreover, reads to this register will not have any effects on RIS.EV4 or configuration of the channel.
Write to CH4CCSR sets CH4CC.VAL value of register without affecting channel state or configuration.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH5CCSR is shown in Table 15-34.
Return to the Summary Table.
Save/restore alias register for channel 5.
A read to this register, will give out the value of register CH5CC. Moreover, reads to this register will not have any effects on RIS.EV5 or configuration of the channel.
Write to CH5CCSR sets CH5CC.VAL value of register without affecting channel state or configuration.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |
CH5CFG is shown in Table 15-35.
Return to the Summary Table.
Systimer channel 5 configuration.
This channel has configurability for 250ns and 1us based capture and compare operations.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-5 | RESERVED | R | 0h | Reserved |
| 4 | RES | R/W | 0h | This bit decides the RESOLUTION of the channel that will be used.
|
| 3 | REARM | R/W | 0h | When Rearm is enabled the channel remains in continous capture mode. Otherwise it'll be in one shot capture mode. Rearm is only valid for capture mode.
|
| 2-1 | INP | R/W | 0h | Decides the channel input signal's mode. Setting the Value as 2'b11 selects the Rise Function.
|
| 0 | MODE | R/W | 0h | Decides the channel mode.
|
CH5CC is shown in Table 15-36.
Return to the Summary Table.
System Timer channel 5 Capture/Compare register.
This register when written with any compare value will arm the channel to work in compare mode. Reads to this register will clear the Corresponding RIS.EV5 bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | Capture/compare value |