Type Alias rp2040_pac::ppb::aircr::SYSRESETREQ_R

source ·
pub type SYSRESETREQ_R = BitReader;
Expand description

Field SYSRESETREQ reader - 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_R { /* private fields */ }