Struct nrf52840_pac::wdt::runstatus::RUNSTATUS_SPEC
source · pub struct RUNSTATUS_SPEC;
Expand description
Trait Implementations§
source§impl Readable for RUNSTATUS_SPEC
impl Readable for RUNSTATUS_SPEC
read()
method returns runstatus::R reader structure
source§impl RegisterSpec for RUNSTATUS_SPEC
impl RegisterSpec for RUNSTATUS_SPEC
source§impl Resettable for RUNSTATUS_SPEC
impl Resettable for RUNSTATUS_SPEC
reset()
method sets RUNSTATUS to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for RUNSTATUS_SPEC
impl RefUnwindSafe for RUNSTATUS_SPEC
impl Send for RUNSTATUS_SPEC
impl Sync for RUNSTATUS_SPEC
impl Unpin for RUNSTATUS_SPEC
impl UnwindSafe for RUNSTATUS_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