Type Alias rp2040_pac::ppb::aircr::SYSRESETREQ_W

source ·
pub type SYSRESETREQ_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field SYSRESETREQ writer - Writing 1 to this bit causes the SYSRESETREQ signal to the outer system to be asserted to request a reset. The intention is to force a large system reset of all major components except for debug. The C_HALT bit in the DHCSR is cleared as a result of the system reset requested. The debugger does not lose contact with the device.

Aliased Type§

struct SYSRESETREQ_W<'a, REG> { /* private fields */ }