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

Register block

Type Definitions

RESET register accessor: an alias for Reg<RESET_SPEC>

RESET_DONE register accessor: an alias for Reg<RESET_DONE_SPEC>

WDSEL register accessor: an alias for Reg<WDSEL_SPEC>