Type Alias rp2040_pac::watchdog::REASON

source ·
pub type REASON = Reg<REASON_SPEC>;
Expand description

REASON (r) register accessor: Logs the reason for the last reset. Both bits are zero for the case of a hardware reset.

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

For information about available fields see reason module

Aliased Type§

struct REASON { /* private fields */ }