Datasheet

Table Of Contents
Table 545. ALARM3
Register
Bits Description Type Reset
31:0 Arm alarm 3, and configure the time it will fire.
Once armed, the alarm fires when TIMER_ALARM3 == TIMELR.
The alarm will disarm itself once it fires, and can
be disarmed early using the ARMED status register.
RW 0x00000000
TIMER: ARMED Register
Offset: 0x20
Table 546. ARMED
Register
Bits Description Type Reset
31:4 Reserved. - -
3:0 Indicates the armed/disarmed status of each alarm.
A write to the corresponding ALARMx register arms the alarm.
Alarms automatically disarm upon firing, but writing ones here
will disarm immediately without waiting to fire.
WC 0x0
TIMER: TIMERAWH Register
Offset: 0x24
Table 547. TIMERAWH
Register
Bits Description Type Reset
31:0 Raw read from bits 63:32 of time (no side effects) RO 0x00000000
TIMER: TIMERAWL Register
Offset: 0x28
Table 548. TIMERAWL
Register
Bits Description Type Reset
31:0 Raw read from bits 31:0 of time (no side effects) RO 0x00000000
TIMER: DBGPAUSE Register
Offset: 0x2c
Description
Set bits high to enable pause when the corresponding debug ports are active
Table 549. DBGPAUSE
Register
Bits Name Description Type Reset
31:3 Reserved. - - -
2 DBG1 Pause when processor 1 is in debug mode RW 0x1
1 DBG0 Pause when processor 0 is in debug mode RW 0x1
0 Reserved. - - -
TIMER: PAUSE Register
Offset: 0x30
RP2040 Datasheet
4.6. Timer 563