Type Alias rp2040_pac::resets::RESET

source ·
pub type RESET = Reg<RESET_SPEC>;
Expand description

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.

You can read this register and get reset::R. You can reset, write, write_with_zero this register using reset::W. You can also modify this register. See API.

For information about available fields see reset module

Aliased Type§

struct RESET { /* private fields */ }