[][src]Type Definition rp2040::watchdog::REASON

type REASON = Reg<u32, _REASON>;

Logs the reason for the last reset. Both bits are zero for the case of a hardware reset.

This register you can read. See API.

For information about available fields see reason module

Trait Implementations

impl Readable for REASON[src]

read() method returns reason::R reader structure