Module rp2040_pac::resets

source ·
Expand description

RESETS

Modules§

  • Reset control. If a bit is set it means the peripheral is in reset. 0 means the peripheral’s reset is deasserted.
  • 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.
  • Watchdog select. If a bit is set then the watchdog will reset this peripheral when the watchdog fires.

Structs§

Type Aliases§

  • RESET (rw) register accessor: Reset control. If a bit is set it means the peripheral is in reset. 0 means the peripheral’s reset is deasserted.
  • RESET_DONE (r) register accessor: 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 (rw) register accessor: Watchdog select. If a bit is set then the watchdog will reset this peripheral when the watchdog fires.