Datasheet

Table Of Contents
Description
Indicates the peripheral’s registers are ready to access.
Table 211. 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_RESET 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.14. Subsystem Resets
2.14.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.
Every peripheral reset by the reset controller is held in reset at power-up. It is up to software to deassert the reset of
peripherals it intends to use. Note that if you are using the SDK some peripherals may already be out of reset.
RP2040 Datasheet
2.14. Subsystem Resets 199