Datasheet

Table Of Contents
Description
Is the subsystem ready?
Table 194. DONE
Register
Bits Name Description Type Reset
31:17 Reserved. - - -
16 proc1 RO 0x0
15 proc0 RO 0x0
14 sio RO 0x0
13 vreg_and_chip_res
et
RO 0x0
12 xip RO 0x0
11 sram5 RO 0x0
10 sram4 RO 0x0
9 sram3 RO 0x0
8 sram2 RO 0x0
7 sram1 RO 0x0
6 sram0 RO 0x0
5 rom RO 0x0
4 busfabric RO 0x0
3 resets RO 0x0
2 clocks RO 0x0
1 xosc RO 0x0
0 rosc RO 0x0
2.13. Subsystem Resets
2.13.1. Overview
The reset controller allows software control of the resets to all of the peripherals that are not critical to boot the processor
in RP2040. This includes:
USB Controller
PIO
Peripherals such as UART, I2C, SPI, PWM, Timer, ADC
PLLs
IO and Pad registers
The full list can be seen in the register descriptions.
Everything reset from the reset controller is in reset at the start of day. It is up to the processor to remove the resets to the
peripherals it wants to use. Note that if you are using the Pico SDK some peripherals may already be out of reset.
RP2040 Datasheet
2.13. Subsystem Resets 156