Struct rp2040_pac::watchdog::reason::REASON_SPEC
source · pub struct REASON_SPEC;
Expand description
Trait Implementations§
source§impl RegisterSpec for REASON_SPEC
impl RegisterSpec for REASON_SPEC
source§impl Resettable for REASON_SPEC
impl Resettable for REASON_SPEC
reset()
method sets REASON to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for REASON_SPEC
read()
method returns reason::R
reader structure
Auto Trait Implementations§
impl Freeze for REASON_SPEC
impl RefUnwindSafe for REASON_SPEC
impl Send for REASON_SPEC
impl Sync for REASON_SPEC
impl Unpin for REASON_SPEC
impl UnwindSafe for REASON_SPEC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more