Type Alias rp2040_pac::resets::RESET_DONE

source ·
pub type RESET_DONE = Reg<RESET_DONE_SPEC>;
Expand description

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.

You can read this register and get reset_done::R. See API.

For information about available fields see reset_done module

Aliased Type§

struct RESET_DONE { /* private fields */ }