Datasheet

Table Of Contents
Table 539. TIMELW
Register
Bits Description Type Reset
31:0 Write to bits 31:0 of time
writes do not get copied to time until timehw is written
WF 0x00000000
TIMER: TIMEHR Register
Offset: 0x08
Table 540. TIMEHR
Register
Bits Description Type Reset
31:0 Read from bits 63:32 of time
always read timelr before timehr
RO 0x00000000
TIMER: TIMELR Register
Offset: 0x0c
Table 541. TIMELR
Register
Bits Description Type Reset
31:0 Read from bits 31:0 of time RO 0x00000000
TIMER: ALARM0 Register
Offset: 0x10
Table 542. ALARM0
Register
Bits Description Type Reset
31:0 Arm alarm 0, and configure the time it will fire.
Once armed, the alarm fires when TIMER_ALARM0 == TIMELR.
The alarm will disarm itself once it fires, and can
be disarmed early using the ARMED status register.
RW 0x00000000
TIMER: ALARM1 Register
Offset: 0x14
Table 543. ALARM1
Register
Bits Description Type Reset
31:0 Arm alarm 1, and configure the time it will fire.
Once armed, the alarm fires when TIMER_ALARM1 == TIMELR.
The alarm will disarm itself once it fires, and can
be disarmed early using the ARMED status register.
RW 0x00000000
TIMER: ALARM2 Register
Offset: 0x18
Table 544. ALARM2
Register
Bits Description Type Reset
31:0 Arm alarm 2, and configure the time it will fire.
Once armed, the alarm fires when TIMER_ALARM2 == TIMELR.
The alarm will disarm itself once it fires, and can
be disarmed early using the ARMED status register.
RW 0x00000000
TIMER: ALARM3 Register
Offset: 0x1c
RP2040 Datasheet
4.6. Timer 562