[][src]Module rp2040::resets

RESETS

Modules

reset

Reset control. If a bit is set it means the peripheral is in reset. 0 means the peripheral's reset is deasserted.

reset_done

Reset done. If a bit is set then a reset done signal has been returned by the peripheral. This indicates that the peripheral's registers are ready to be accessed.

wdsel

Watchdog select. If a bit is set then the watchdog will reset this peripheral when the watchdog fires.

Structs

RegisterBlock

Register block

Type Definitions

RESET

Reset control. If a bit is set it means the peripheral is in reset. 0 means the peripheral's reset is deasserted.

RESET_DONE

Reset done. If a bit is set then a reset done signal has been returned by the peripheral. This indicates that the peripheral's registers are ready to be accessed.

WDSEL

Watchdog select. If a bit is set then the watchdog will reset this peripheral when the watchdog fires.